[Client] Fix i18n
This commit is contained in:
		
							parent
							
								
									3826a820bb
								
							
						
					
					
						commit
						1b4072610a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,8 +5,8 @@ export default ($root: any) => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	function adBlockDetected() {
 | 
						function adBlockDetected() {
 | 
				
			||||||
		$root.$dialog({
 | 
							$root.$dialog({
 | 
				
			||||||
			title: '%fa:exclamation-triangle%%i18n:common.adblock.detected%',
 | 
								title: $root.$t('@.adblock.detected'),
 | 
				
			||||||
			text: '%i18n:common.adblock.warning%',
 | 
								text: $root.$t('@.adblock.warning'),
 | 
				
			||||||
			actins: [{
 | 
								actins: [{
 | 
				
			||||||
				text: 'OK'
 | 
									text: 'OK'
 | 
				
			||||||
			}]
 | 
								}]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue