Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjanssens <24758392+mjanssens@users.noreply.github.com>2019-09-29 22:17:32 +0300
committerMichiel Janssens <michiel@nexigon.net>2019-09-30 23:22:23 +0300
commit63aed26893837f28b8194152330c2e539df2a56e (patch)
treed7fe8238122d1beb6b156ea9a84731279941267c /src/components
parent4f3c8c3ed8064ab1857fbd43d452f50652aefe65 (diff)
Correct app id for translation
Signed-off-by: Michiel Janssens <michiel@nexigon.net>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Challenge.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Challenge.vue b/src/components/Challenge.vue
index 4827778..8b5dea3 100644
--- a/src/components/Challenge.vue
+++ b/src/components/Challenge.vue
@@ -42,11 +42,11 @@
</p>
<p id="u2f-info"
v-else>
- {{ t('mail', 'Plug in your U2F device and press the device button to authorize.') }}
+ {{ t('twofactor_u2f', 'Plug in your U2F device and press the device button to authorize.') }}
</p>
<p id="u2f-error"
style="display: none">
- <strong>{{ t('mail', 'An error occurred. Please try again.')}}</strong>
+ <strong>{{ t('twofactor_u2f', 'An error occurred. Please try again.')}}</strong>
</p>
<p v-if="notSupported">