mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
							parent
							
								
									625eb376ae
								
							
						
					
					
						commit
						3826a820bb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -23,8 +23,8 @@ export default async function($root: any, force = false, silent = false) {
 | 
			
		|||
 | 
			
		||||
		if (!silent) {
 | 
			
		||||
			$root.$dialog({
 | 
			
		||||
				title: '%i18n:common.update-available-title%',
 | 
			
		||||
				text: '%i18n:common.update-available%'.replace('{newer}', newer).replace('{current}', current)
 | 
			
		||||
				title: $root.$t('@.update-available-title'),
 | 
			
		||||
				text: $root.$t('@.update-available', { newer, current })
 | 
			
		||||
			});
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue