Skip to content

Commit

Permalink
Fixes #4761: Changed text in password & authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored and fliebe92 committed Aug 15, 2023
1 parent 10329f9 commit de92a9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/views/profile/password.jst.eco
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<% if @allowsChangePassword: %>
<h2><%- @T('Change Your Password') %></h2>
<p><%- @T('Pick a name for the application, and we\'ll give you a unique token.') %></p>
<p><%- @T('Enter your current password, insert a new one and confirm it.') %></p>

<form class="settings-entry form--flexibleWidth">
<div class="password_item"></div>
Expand Down
5 changes: 4 additions & 1 deletion i18n/zammad.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4858,6 +4858,10 @@ msgstr ""
msgid "Enter your %s App Keys"
msgstr ""

#: app/assets/javascripts/app/views/profile/password.jst.eco
msgid "Enter your current password, insert a new one and confirm it."
msgstr ""

#: app/assets/javascripts/app/views/import/kayako.jst.eco
msgid "Enter your email address and password from your %s account which should be used for the import."
msgstr ""
Expand Down Expand Up @@ -8642,7 +8646,6 @@ msgstr ""
msgid "Phone Extension to Agent Mapping"
msgstr ""

#: app/assets/javascripts/app/views/profile/password.jst.eco
#: app/assets/javascripts/app/views/profile/token_access.jst.eco
msgid "Pick a name for the application, and we'll give you a unique token."
msgstr ""
Expand Down

0 comments on commit de92a9a

Please sign in to comment.