aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-17 19:34:25 +0200
committerGitHub <noreply@github.com>2022-09-17 19:34:25 +0200
commitac58ba5a9056f4b1697af57daa257620eb5bed44 (patch)
treec364fc3a5fed24a1d04ffc50a73ec06ef009f148 /core/src
parentcc814bb568316c55f55a5ecc6502943640770d2b (diff)
downloadnextcloud-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.js4
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')