register: fix minor string issue

This commit is contained in:
Mario
2021-05-07 08:26:59 +00:00
parent 9ad2b017e2
commit d04ff264fa
2 changed files with 2 additions and 1 deletions

View File

@@ -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')
]
]);

View File

@@ -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>