fix: [UI] org view with domain restrictions had a layout breaking long key

pull/4121/head
iglocska 2019-02-06 17:48:29 +01:00
parent 756ac859d1
commit c65ef596b2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
$domains = implode("<br />", $domains);
echo sprintf(
'<dt>%s</dt><dd>%s</dd>',
__('E-mail domain restrictions'),
__('Domain restrictions'),
$domains
);
}