mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +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()');
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
{# progresss bar to visualise available vs budgeted. #}
|
||||
{# progress bar to visualise available vs budgeted. #}
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="progress budgeted_bar" data-id="{{ budget.id }}" data-budgeted="{{ budget.budgeted }}"
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
{% if config('firefly.tracker_site_id') != '' and config('firefly.tracker_url') != '' %}
|
||||
<!-- This tracker tag is only here because this instance of Firefly III was purposefully configured to include it -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitely configure it to have it. -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitly configure it to have it. -->
|
||||
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||
var _paq = window._paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
{% if config('firefly.tracker_site_id') != '' and config('firefly.tracker_url') != '' %}
|
||||
<!-- This tracker tag is only here because this instance of Firefly III was purposefully configured to include it -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitely configure it to have it. -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitly configure it to have it. -->
|
||||
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||
var _paq = window._paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
{% if config('firefly.tracker_site_id') != '' and config('firefly.tracker_url') != '' %}
|
||||
<!-- This tracker tag is only here because this instance of Firefly III was purposefully configured to include it -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitely configure it to have it. -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitly configure it to have it. -->
|
||||
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||
var _paq = window._paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
{% block scripts %}{% endblock %}
|
||||
{% if config('firefly.tracker_site_id') != '' and config('firefly.tracker_url') != '' %}
|
||||
<!-- This tracker tag is only here because this instance of Firefly III was purposefully configured to include it -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitely configure it to have it. -->
|
||||
<!-- Your own installation will NOT include it, unless you explicitly configure it to have it. -->
|
||||
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||
var _paq = window._paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
|
||||
Reference in New Issue
Block a user