mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix various typos
Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
		| @@ -211,7 +211,7 @@ export default { | ||||
|             } | ||||
|  | ||||
|             if (this.transactionType.toString().toLowerCase() === 'deposit' && this.inputName.substr(0, 11).toLowerCase() === 'destination') { | ||||
|               // TODO also clear valye? | ||||
|               // TODO also clear value? | ||||
|               this.inputDisabled = true; | ||||
|             } | ||||
|           } | ||||
|   | ||||
| @@ -76,7 +76,7 @@ export default { | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
|     // Fixes edit change budget not updating on every broswer | ||||
|     // Fixes edit change budget not updating on every browser | ||||
|     signalChange: function (e) { | ||||
|       this.$emit('input', this.$refs.budget.value); | ||||
|     }, | ||||
|   | ||||
| @@ -501,7 +501,7 @@ export default { | ||||
|             button.prop("disabled", true); | ||||
|  | ||||
|             axios.post(uri, data).then(response => { | ||||
|                 // console.log('Did a succesfull POST'); | ||||
|                 // console.log('Did a successful POST'); | ||||
|                 // this method will ultimately send the user on (or not). | ||||
|                 if (0 === this.collectAttachmentData(response)) { | ||||
|                     // console.log('Will now go to redirectUser()'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user