From 751d6fe8a4963036364f7e80d110b43bc551c893 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 19 Apr 2021 19:29:35 +0000 Subject: register: minor strings changes and whitespace --- Zotlabs/Module/Admin/Accounts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Module/Admin') 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'), -- cgit v1.2.3