fix(l10n): Password column header

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2023-07-31 11:45:17 -07:00 committed by Ferdinand Thiessen
parent 1406eecf6c
commit ffc497849d
5 changed files with 7 additions and 6 deletions

View file

@ -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')

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

File diff suppressed because one or more lines are too long