mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
[Client] Fix i18n
This commit is contained in:
parent
29aa6f5e5b
commit
522078e3a0
@ -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'
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user