From e2fb5ae9ea4f7da9b23b8557e64a4966a5ca4c0e Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 26 Sep 2020 09:24:17 -0500 Subject: [PATCH] use br html tag to break the text --- web/lang/en_gb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index 75318738e..561ad2cb5 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -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.

Are you sure you wish to delete?', 'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?', 'ConfirmDeleteTitle' => 'Delete Confirmation', 'ConfirmPassword' => 'Confirm Password',