mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Fix untranslated string "OK" in repositories diff view (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22981 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6cc799ac29
commit
546c1c0349
@ -23,7 +23,7 @@
|
||||
:rev => nil},
|
||||
:method => :get) do %>
|
||||
<%= text_field_tag 'rev', @rev, :size => 8 %>
|
||||
<%= submit_tag 'OK', :name => nil %>
|
||||
<%= submit_tag l(:button_view), :name => nil %>
|
||||
<% end %>
|
||||
</div>
|
||||
<%= render :partial => 'changeset' %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user