diff options
author | Mario <mario@mariovavti.com> | 2021-05-07 08:26:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-07 08:26:59 +0000 |
commit | d04ff264fabb2f78e98b2e486909c768d30643d5 (patch) | |
tree | e38df27178547c18c7d94ebe29a156dd06f42a1f /Zotlabs | |
parent | 9ad2b017e235e26f0d7fee26e2fc9dd532dd8629 (diff) | |
download | volse-hubzilla-d04ff264fabb2f78e98b2e486909c768d30643d5.tar.gz volse-hubzilla-d04ff264fabb2f78e98b2e486909c768d30643d5.tar.bz2 volse-hubzilla-d04ff264fabb2f78e98b2e486909c768d30643d5.zip |
register: fix minor string issue
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Regate.php | 1 |
1 files changed, 1 insertions, 0 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') ] ]); |