aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Regate.php1
-rw-r--r--view/tpl/regate_pre.tpl2
2 files changed, 2 insertions, 1 deletions
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}}<b>{{$strings.2}}</b>{{/if}}
</div>
<div class="d-none">
- {{$strings.2}}<br>
+ {{$strings.3}}<br>
<span id="register_start" data-utc="{{$regdelay}}" class="register_date">
{{$regdelay}}
</span>