mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix translation things.
This commit is contained in:
		| @@ -560,7 +560,7 @@ | ||||
|                 this.setDefaultErrors(); | ||||
|                 this.error_message = ""; | ||||
|                 if (errors.message.length > 0) { | ||||
|                     this.error_message = $t('firefly.errors_submission'); | ||||
|                     this.error_message = this.$t('firefly.errors_submission'); | ||||
|                 } else { | ||||
|                     this.error_message = ''; | ||||
|                 } | ||||
|   | ||||
| @@ -825,7 +825,7 @@ | ||||
|                 this.setDefaultErrors(); | ||||
|                 this.error_message = ""; | ||||
|                 if (errors.message.length > 0) { | ||||
|                     this.error_message = $t('firefly.errors_submission'); | ||||
|                     this.error_message = this.$t('firefly.errors_submission'); | ||||
|                 } else { | ||||
|                     this.error_message = ''; | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user