瀏覽代碼

l10n: Change to a capital letter

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
tags/v25.0.0beta7
Valdnet 1 年之前
父節點
當前提交
ac58ba5a90
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      core/src/systemtags/systemtags.js

+ 2
- 2
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')

Loading…
取消
儲存