use br html tag to break the text

This commit is contained in:
Andrew Bauer 2020-09-26 09:24:17 -05:00
parent 9d1c24234b
commit e2fb5ae9ea
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ $SLANG = array(
'ConfigType' => 'Config Type',
'ConfiguredFor' => 'Configured for',
'ConfigURL' => 'Config Base URL',
'ConfirmDeleteControl' => 'Warning, deleting a control will reset all monitors that use it to be uncontrollable.\nAre you sure you wish to delete?',
'ConfirmDeleteControl' => 'Warning, deleting a control will reset all monitors that use it to be uncontrollable.<br><br>Are you sure you wish to delete?',
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
'ConfirmDeleteTitle' => 'Delete Confirmation',
'ConfirmPassword' => 'Confirm Password',