Browse Source

l10n: Change to a capital letter

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
tags/v25.0.0beta7
Valdnet 1 year ago
parent
commit
ac58ba5a90
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/src/systemtags/systemtags.js

+ 2
- 2
core/src/systemtags/systemtags.js View File

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

Loading…
Cancel
Save