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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/view/l10n.vue')
-rw-r--r--js/view/l10n.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/view/l10n.vue b/js/view/l10n.vue
index 16b39a1..03e32e0 100644
--- a/js/view/l10n.vue
+++ b/js/view/l10n.vue
@@ -6,7 +6,7 @@
export default {
computed: {
translated: function() {
- return t("twofactor_sms", this.text, this.options || {});
+ return t("twofactor_gateway", this.text, this.options || {});
}
},
props: ["text", "options"]