Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-17 20:34:25 +0300
committerGitHub <noreply@github.com>2022-09-17 20:34:25 +0300
commitac58ba5a9056f4b1697af57daa257620eb5bed44 (patch)
treec364fc3a5fed24a1d04ffc50a73ec06ef009f148 /core
parentcc814bb568316c55f55a5ecc6502943640770d2b (diff)
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core')
-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')