diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-09-17 19:34:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 19:34:25 +0200 |
commit | ac58ba5a9056f4b1697af57daa257620eb5bed44 (patch) | |
tree | c364fc3a5fed24a1d04ffc50a73ec06ef009f148 /core/src | |
parent | cc814bb568316c55f55a5ecc6502943640770d2b (diff) | |
download | nextcloud-server-ac58ba5a9056f4b1697af57daa257620eb5bed44.tar.gz nextcloud-server-ac58ba5a9056f4b1697af57daa257620eb5bed44.zip |
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/systemtags/systemtags.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/systemtags/systemtags.js b/core/src/systemtags/systemtags.js index bbb2ecac1d8..90b415d1557 100644 --- a/core/src/systemtags/systemtags.js +++ b/core/src/systemtags/systemtags.js @@ -56,11 +56,11 @@ import escapeHTML from 'escape-html' var scope if (!tag.userAssignable) { - scope = t('core', 'restricted') + scope = t('core', 'Restricted') } if (!tag.userVisible) { // invisible also implicitly means not assignable - scope = t('core', 'invisible') + scope = t('core', 'Invisible') } if (scope) { var $scope = document.createElement('em') |