Merge pull request #20075 from nextcloud/fix/20059/remove-unnecessary-translation
Remove unnecessary translation in systemtags
This commit is contained in:
commit
ea6601a2fc
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -44,12 +44,7 @@
|
|||
scope = t('core', 'invisible')
|
||||
}
|
||||
if (scope) {
|
||||
var $tag = $('<em>').text(' '
|
||||
+ t('core', '({scope})', {
|
||||
scope: scope
|
||||
})
|
||||
)
|
||||
$span.append($tag)
|
||||
$span.append($('<em>').text(' (' + scope + ')'))
|
||||
}
|
||||
return $span
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue