diff --git a/lib/formfields/customer/email/formfield.emails_accountchangequota.php b/lib/formfields/customer/email/formfield.emails_accountchangequota.php index fe178a2c..dab39c31 100644 --- a/lib/formfields/customer/email/formfield.emails_accountchangequota.php +++ b/lib/formfields/customer/email/formfield.emails_accountchangequota.php @@ -30,7 +30,7 @@ return array( 'value' => $result['email_full'] ), 'email_quota' => array( - 'label' => $lng['emails']['quota'].' ('.$lng['panel']['megabyte'].')', + 'label' => $lng['emails']['quota'].' (MiB)', 'type' => 'text', 'value' => $result['quota'] ) diff --git a/lib/formfields/customer/email/formfield.emails_addaccount.php b/lib/formfields/customer/email/formfield.emails_addaccount.php index 00cc56c5..5335cd67 100644 --- a/lib/formfields/customer/email/formfield.emails_addaccount.php +++ b/lib/formfields/customer/email/formfield.emails_addaccount.php @@ -42,7 +42,7 @@ return array( 'email_quota' => array( 'visible' => (Settings::Get('system.mail_quota_enabled') == '1' ? true : false), 'label' => $lng['emails']['quota'], - 'desc' => $lng['panel']['megabyte'], + 'desc' => "MiB", 'type' => 'text', 'value' => $quota ), diff --git a/lib/formfields/customer/email/formfield.emails_edit.php b/lib/formfields/customer/email/formfield.emails_edit.php index b222c127..f87af846 100644 --- a/lib/formfields/customer/email/formfield.emails_edit.php +++ b/lib/formfields/customer/email/formfield.emails_edit.php @@ -46,7 +46,7 @@ return array( 'visible' => ($result['popaccountid'] != 0 && Settings::Get('system.mail_quota_enabled')), 'label' => $lng['customer']['email_quota'], 'type' => 'label', - 'value' => $result['quota'].' '.$lng['panel']['megabyte'].' ['.$lng['emails']['quota_edit'].']' + 'value' => $result['quota'].' MiB ['.$lng['emails']['quota_edit'].']' ), 'mail_catchall' => array( 'label' => $lng['emails']['catchall'], diff --git a/templates/Sparkle/customer/index/index.tpl b/templates/Sparkle/customer/index/index.tpl index f560aeff..1c769fbb 100644 --- a/templates/Sparkle/customer/index/index.tpl +++ b/templates/Sparkle/customer/index/index.tpl @@ -93,7 +93,7 @@ $header - + {$lng['customer']['email_quota']} {$userinfo['email_quota_used']} {$lng['panel']['used']}