Merge pull request #8370 from luzpaz/typos

Fix various typos
This commit is contained in:
James Cole
2024-01-10 05:31:16 +01:00
committed by GitHub
13 changed files with 20 additions and 20 deletions

View File

@@ -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;
}
}

View File

@@ -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);
},

View File

@@ -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()');