]> source.dussan.org Git - redmine.git/commitdiff
Use existing label for password submission (#19851).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Jun 2015 19:19:39 +0000 (19:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Jun 2015 19:19:39 +0000 (19:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14335 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/sudo_mode/_new_modal.html.erb
app/views/sudo_mode/new.html.erb
config/locales/de.yml
config/locales/en.yml

index f63c1a427917753f12807cf3b28610c61472fbf9..a7bf5ed707a91a6be3cbc982e53bdb7c7b7b1c6e 100644 (file)
@@ -12,7 +12,7 @@
   </div>
 
   <p class="buttons">
-    <%= submit_tag l(:button_confirm_password), onclick: "hideModal(this);"  %>
+    <%= submit_tag l(:button_submit), onclick: "hideModal(this);"  %>
     <%= submit_tag l(:button_cancel), name: nil, onclick: "hideModal(this);", type: 'button' %>
   </p>
 <% end %>
index d92e47d470b2be08d486111258bc7ea4157ed208..daf63c9324169e6b587b8a9a5b69e8f31250527c 100644 (file)
@@ -10,7 +10,7 @@
       <%= password_field_tag :sudo_password, nil, size: 25 %>
     </p>
   </div>
-  <%= submit_tag l(:button_confirm_password) %>
+  <%= submit_tag l(:button_submit) %>
 <% end %>
 <%= javascript_tag "$('#sudo_password').focus();" %>
 
index 2a979e766a001685e63e5947a57141b9bd4fdcd6..adba9648fd4d194966e459dcde750aa182e3f42d 100644 (file)
@@ -163,7 +163,6 @@ de:
   button_close: Schließen
   button_collapse_all: Alle einklappen
   button_configure: Konfigurieren
-  button_confirm_password: Kennwort bestätigen
   button_copy: Kopieren
   button_copy_and_follow: Kopieren und Ticket anzeigen
   button_create: Anlegen
index 1547640f53c21e14a26b1e95b7c512c83ba24a8d..1341239f3eb59bfcf702d6a719afa9d34f9fb4e6 100644 (file)
@@ -990,7 +990,6 @@ en:
   button_reset: Reset
   button_rename: Rename
   button_change_password: Change password
-  button_confirm_password: Confirm password
   button_copy: Copy
   button_copy_and_follow: Copy and follow
   button_annotate: Annotate