[Client] Fix i18n
This commit is contained in:
		| @@ -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' | ||||
| 			}] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo