Commit 2c31326e79b6a79cc01d5e484b8d1cc36836bc37
1 parent
55614106
Exists in
staging
and in
4 other branches
dspace_plugin : rename button label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/dspace/views/content_viewer/library.html.erb
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | |
5 | 5 | <div id="actions"> |
6 | 6 | <%= content_tag('a', :href => url_for({:controller => 'cms', :action => 'new', :type => "DspacePlugin::Communityy", :parent_id => dspace_library.id}), :class => 'button with-text icon-add') do %> |
7 | - <%= _("Add %s") % DspacePlugin::Communityy.short_description %> | |
7 | + <%= _("Add a %s") % DspacePlugin::Communityy.short_description %> | |
8 | 8 | <% end %> |
9 | 9 | </div> |
10 | 10 | ... | ... |