From ac58ba5a9056f4b1697af57daa257620eb5bed44 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:34:25 +0200 Subject: [PATCH] l10n: Change to a capital letter Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- core/src/systemtags/systemtags.js | 4 ++-- 1 file 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') -- 2.39.5