Update translation placeholder (#3735)
This commit is contained in:
		
							parent
							
								
									b6a028a8ed
								
							
						
					
					
						commit
						520849d070
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -85,7 +85,7 @@ export default Vue.extend({
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				if (items[0].kind == 'file') {
 | 
									if (items[0].kind == 'file') {
 | 
				
			||||||
					alert('%i18n:only-one-file-attached%');
 | 
										alert(this.$t('only-one-file-attached'));
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
| 
						 | 
					@ -107,7 +107,7 @@ export default Vue.extend({
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			} else if (e.dataTransfer.files.length > 1) {
 | 
								} else if (e.dataTransfer.files.length > 1) {
 | 
				
			||||||
				e.preventDefault();
 | 
									e.preventDefault();
 | 
				
			||||||
				alert('%i18n:only-one-file-attached%');
 | 
									alert(this.$t('only-one-file-attached'));
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue