Skip to content
Snippets Groups Projects
Unverified Commit ea6601a2 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #20075 from nextcloud/fix/20059/remove-unnecessary-translation

Remove unnecessary translation in systemtags
parents 019ba279 cac851bd
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment