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')
|
scope = t('core', 'invisible')
|
||||||
}
|
}
|
||||||
if (scope) {
|
if (scope) {
|
||||||
var $tag = $('<em>').text(' '
|
$span.append($('<em>').text(' (' + scope + ')'))
|
||||||
+ t('core', '({scope})', {
|
|
||||||
scope: scope
|
|
||||||
})
|
|
||||||
)
|
|
||||||
$span.append($tag)
|
|
||||||
}
|
}
|
||||||
return $span
|
return $span
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue