Skip to content

Commit

Permalink
Simplify 'set password' UI text
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 20, 2021
1 parent 595c415 commit cdd3823
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/unreleased/39257
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugfix: Simplify set password text for new passwords

https://github.com/owncloud/core/pull/39257
2 changes: 1 addition & 1 deletion settings/templates/setpassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<span id="message"></span>
<label id="error-message" class="warning" style="display:none"></label>
<button type="submit" id="submit">
<span><?php p($l->t('Please set your password')); ?></span>
<span><?php p($l->t('Set password')); ?></span>
<div class="loading-spinner"><div></div><div></div><div></div><div></div></div>
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion settings/tests/js/setpasswordSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('OCA.UserManagement.SetPassword tests', function () {
' />' +
'<span id="message"></span>' +
'</p>' +
'<input type="submit" id="submit" value="Please set your password"' +
'<input type="submit" id="submit" value="Set password"' +
'</fieldset>' +
'</form>'
);
Expand Down

0 comments on commit cdd3823

Please sign in to comment.