diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-08-17 15:49:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 15:49:08 +0200 |
commit | a820e3d036741ad1194361eca11bc1cbcdda0a47 (patch) | |
tree | 849d9bf12f39daa203453965c6e43fa744828017 /apps | |
parent | 59ba768821a4d79a3e7a4009b994f7e416c1359b (diff) | |
parent | ffc497849d7dbdba499ac174ea059fc12a149792 (diff) | |
download | nextcloud-server-a820e3d036741ad1194361eca11bc1cbcdda0a47.tar.gz nextcloud-server-a820e3d036741ad1194361eca11bc1cbcdda0a47.zip |
Merge pull request #39599 from nextcloud/fix/l10n-password-header
fix(l10n): Password column header
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/Users/UserListHeader.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/Users/UserListHeader.vue b/apps/settings/src/components/Users/UserListHeader.vue index c81534ceac9..e600862a873 100644 --- a/apps/settings/src/components/Users/UserListHeader.vue +++ b/apps/settings/src/components/Users/UserListHeader.vue @@ -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') |