diff --git a/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb b/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb index 0e5d8b3..00f2a7c 100644 --- a/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb +++ b/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb @@ -51,7 +51,7 @@
<%= button :edit, _('Triples management'), :action => :triples_management %> - <%= button :edit, _('Custom Queries'), :action => :index, :controller => 'virtuoso_plugin_custom_queries' %> + <%= button :edit, _('Custom Templates'), :action => :index, :controller => 'virtuoso_plugin_custom_queries' %> <%= button :edit, _('Ontology mapping'), :action => :index, :controller => 'virtuoso_plugin_ontology_mapping' %>
diff --git a/plugins/virtuoso/views/virtuoso_plugin_custom_queries/edit.html.erb b/plugins/virtuoso/views/virtuoso_plugin_custom_queries/edit.html.erb index fe284b7..a6bb96b 100644 --- a/plugins/virtuoso/views/virtuoso_plugin_custom_queries/edit.html.erb +++ b/plugins/virtuoso/views/virtuoso_plugin_custom_queries/edit.html.erb @@ -1,4 +1,4 @@ -

<%= _('Manage Custom Queries - Edit') %>

+

<%= _('Manage Custom Templates - Edit') %>

<%= render 'form' %> diff --git a/plugins/virtuoso/views/virtuoso_plugin_custom_queries/index.html.erb b/plugins/virtuoso/views/virtuoso_plugin_custom_queries/index.html.erb index 03e1618..523f16e 100644 --- a/plugins/virtuoso/views/virtuoso_plugin_custom_queries/index.html.erb +++ b/plugins/virtuoso/views/virtuoso_plugin_custom_queries/index.html.erb @@ -1,4 +1,4 @@ -

<%= _('Manage Custom Queries') %>

+

<%= _('Manage Custom Templates') %>

diff --git a/plugins/virtuoso/views/virtuoso_plugin_custom_queries/new.html.erb b/plugins/virtuoso/views/virtuoso_plugin_custom_queries/new.html.erb index b691bf6..9d008f1 100644 --- a/plugins/virtuoso/views/virtuoso_plugin_custom_queries/new.html.erb +++ b/plugins/virtuoso/views/virtuoso_plugin_custom_queries/new.html.erb @@ -1,4 +1,4 @@ -

<%= _('Manage Custom Queries - New') %>

+

<%= _('Manage Custom Templates - New') %>

<%= render 'form' %> -- libgit2 0.21.2