|  |  | @ -138,9 +138,10 @@ export class ConfigState { | 
			
		
	
		
		
			
				
					
					|  |  |  |           return undefined; |  |  |  |           return undefined; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, state.localization.values); |  |  |  |         }, state.localization.values); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         interpolateParams = interpolateParams.filter(params => params != null); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (copy && interpolateParams && interpolateParams.length) { |  |  |  |         if (copy && interpolateParams && interpolateParams.length) { | 
			
		
	
		
		
			
				
					
					|  |  |  |           interpolateParams.forEach((param, index) => { |  |  |  |           interpolateParams.forEach(param => { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             copy = copy.replace(`'{${index}}'`, param); |  |  |  |             copy = copy.replace(/[\'\"]?\{[\d]+\}[\'\"]?/, param); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           }); |  |  |  |           }); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |