mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
register: fix minor string issue
This commit is contained in:
@@ -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')
|
||||
]
|
||||
]);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user