mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #39599 from nextcloud/fix/l10n-password-header
fix(l10n): Password column header
This commit is contained in:
commit
a820e3d036
5 changed files with 7 additions and 6 deletions
|
|
@ -127,6 +127,7 @@ export default Vue.extend({
|
|||
|
||||
passwordLabel(): string {
|
||||
if (this.hasObfuscated) {
|
||||
// TRANSLATORS This string is for a column header labelling either a password or a message that the current user has insufficient permissions
|
||||
return t('settings', 'Password or insufficient permissions message')
|
||||
}
|
||||
return t('settings', 'Password')
|
||||
|
|
|
|||
4
dist/settings-users-8351.js
vendored
4
dist/settings-users-8351.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-users-8351.js.map
vendored
2
dist/settings-users-8351.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue