[Client] Fix i18n

This commit is contained in:
syuilo 2018-11-11 19:15:08 +09:00
parent 3826a820bb
commit 1b4072610a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -5,8 +5,8 @@ export default ($root: any) => {
function adBlockDetected() {
$root.$dialog({
title: '%fa:exclamation-triangle%%i18n:common.adblock.detected%',
text: '%i18n:common.adblock.warning%',
title: $root.$t('@.adblock.detected'),
text: $root.$t('@.adblock.warning'),
actins: [{
text: 'OK'
}]