From 67b0e69b788f878bdfc4817e038a317886c33e1e Mon Sep 17 00:00:00 2001 From: Alicia Sykes <sykes.alicia@gmail.com> Date: Mon, 11 Oct 2021 22:07:17 +0100 Subject: [PATCH] :pencil2: Fixes typo in App Version translation key --- src/components/Configuration/AppVersion.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Configuration/AppVersion.vue b/src/components/Configuration/AppVersion.vue index c0c8f0de..0278011a 100644 --- a/src/components/Configuration/AppVersion.vue +++ b/src/components/Configuration/AppVersion.vue @@ -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>