diff options
author | Mario <mario@mariovavti.com> | 2021-04-26 20:33:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-26 20:33:16 +0000 |
commit | ebd2283b384279c3e11994d2f1fbaa42b6794ce4 (patch) | |
tree | ab4e844d916df0a3259481a36fed7ea686e1e755 /Zotlabs/Module | |
parent | a7788570e552ec1b5de4be1773d880318a0ad0a9 (diff) | |
download | volse-hubzilla-ebd2283b384279c3e11994d2f1fbaa42b6794ce4.tar.gz volse-hubzilla-ebd2283b384279c3e11994d2f1fbaa42b6794ce4.tar.bz2 volse-hubzilla-ebd2283b384279c3e11994d2f1fbaa42b6794ce4.zip |
more strings changes
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Admin/Site.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin/Site.php b/Zotlabs/Module/Admin/Site.php index b48a5da63..156cc8ab8 100644 --- a/Zotlabs/Module/Admin/Site.php +++ b/Zotlabs/Module/Admin/Site.php @@ -367,7 +367,7 @@ class Site { 'label' => t('Register verification delay'), 'qmc' => 'zar', 'qmcid' => '', - 'help' => t('Time to wait before a registration request can be validated.'), + 'help' => t('Time to wait before a registration can be verified'), 'field' => array( 'name' => 'delay', 'title' => t('duration up from now'), |