mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user