mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove unnecessary translation in systemtags
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
47fafead81
commit
cac851bdbf
3 changed files with 3 additions and 8 deletions
2
core/js/dist/systemtags.js
vendored
2
core/js/dist/systemtags.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/systemtags.js.map
vendored
2
core/js/dist/systemtags.js.map
vendored
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 a new issue