mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
cc814bb568
commit
ac58ba5a90
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue