diff options
author | Mario <mario@mariovavti.com> | 2021-04-19 19:29:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-19 19:29:35 +0000 |
commit | 751d6fe8a4963036364f7e80d110b43bc551c893 (patch) | |
tree | 7249eb9da948e09eeba85eab066f531c9114a4ab /Zotlabs | |
parent | 20ca6676d291cf03e6790d6ec5106c10712dd6e8 (diff) | |
download | volse-hubzilla-751d6fe8a4963036364f7e80d110b43bc551c893.tar.gz volse-hubzilla-751d6fe8a4963036364f7e80d110b43bc551c893.tar.bz2 volse-hubzilla-751d6fe8a4963036364f7e80d110b43bc551c893.zip |
register: minor strings changes and whitespace
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Admin/Accounts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin/Accounts.php b/Zotlabs/Module/Admin/Accounts.php index 4d32beee1..1c1911b3a 100644 --- a/Zotlabs/Module/Admin/Accounts.php +++ b/Zotlabs/Module/Admin/Accounts.php @@ -314,7 +314,7 @@ class Accounts { '$sel_aprv' => t('Approve selected'), '$h_pending' => (($get_all) ? t('All registrations') : t('Verified registrations waiting for approval')), '$th_pending' => array(t('Request date'), 'dId2', t('Email'), 'IP', t('Requests')), - '$no_pending' => t('No verified registrations.'), + '$no_pending' => (($get_all) ? t('No registrations available') : t('No verified registrations available')), '$approve' => t('Approve'), '$deny' => t('Deny'), '$delete' => t('Delete'), |