Fix minor typos

This commit is contained in:
Florian Dupret
2020-05-24 09:59:34 +02:00
parent 2df390065b
commit 2c9ac0982a
8 changed files with 12 additions and 12 deletions

View File

@@ -3,9 +3,9 @@ Firefly III v{{ version }} ran into an error: {{ errorMessage }}.
The error was of type "{{ class }}".
The error occured on/at: {{ time }}.
The error occurred on/at: {{ time }}.
This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}.
This error occurred in file "{{ file }}" on line {{ line }} with code {{ code }}.
{% if loggedIn %}
The error was encountered by user #{{ user.id }}, {{ user.email }}.