mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix various typos
Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user