mirror of
https://github.com/nextcloud/server.git
synced 2026-02-16 17:30:55 -05:00
Merge pull request #20075 from nextcloud/fix/20059/remove-unnecessary-translation
Remove unnecessary translation in systemtags
This commit is contained in:
commit
ea6601a2fc
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