From d04ff264fabb2f78e98b2e486909c768d30643d5 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 May 2021 08:26:59 +0000 Subject: [PATCH] register: fix minor string issue --- Zotlabs/Module/Regate.php | 1 + view/tpl/regate_pre.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Zotlabs/Module/Regate.php b/Zotlabs/Module/Regate.php index 15bc1da38..b5f7f0958 100644 --- a/Zotlabs/Module/Regate.php +++ b/Zotlabs/Module/Regate.php @@ -289,6 +289,7 @@ class Regate extends \Zotlabs\Web\Controller { '$strings' => [ t('Hold on, you can start verification in'), t('Please remember your verification token for ID'), + '', t('Token validity') ] ]); diff --git a/view/tpl/regate_pre.tpl b/view/tpl/regate_pre.tpl index b23797add..790dec4b9 100644 --- a/view/tpl/regate_pre.tpl +++ b/view/tpl/regate_pre.tpl @@ -18,7 +18,7 @@ {{if $strings.2}}{{$strings.2}}{{/if}}
- {{$strings.2}}
+ {{$strings.3}}
{{$regdelay}}