✏️ Fixes typo in App Version translation key

This commit is contained in:
Alicia Sykes 2021-10-11 22:07:17 +01:00
parent 129891038f
commit 67b0e69b78
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{{ $t('updates.out-of-date') }}: <b>{{ latestVersion }}</b>
<span class="please-update">
{{ $t('updates.unsupported-version-l1') }}.<br>
{{ $t('updates.unsupported-version-2') }} {{ latestVersion }}
{{ $t('updates.unsupported-version-l2') }} {{ latestVersion }}
</span>
</p>
</div>