summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/scripts')
-rw-r--r--src/client/scripts/please-login.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/scripts/please-login.ts b/src/client/scripts/please-login.ts
index 7125541bb1..ebd7dd82ab 100644
--- a/src/client/scripts/please-login.ts
+++ b/src/client/scripts/please-login.ts
@@ -2,7 +2,7 @@ export default ($root: any) => {
if ($root.$store.getters.isSignedIn) return;
$root.dialog({
- title: $root.$t('@.signin-required'),
+ title: $root.$t('signinRequired'),
text: null
});