From 99b4dbdaf43c96c47a9c1d1ac7991dbed0639412 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 26 Mar 2020 15:31:31 -0600 Subject: [PATCH] Devices - Edit: Update Copy modal. --- app/devices/device_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 3b8065621d..4a4d745845 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -806,7 +806,7 @@ echo modal::create([ 'id'=>'modal-copy', 'type'=>'general', - 'message'=>$text['message_device']."...

", + 'message'=>$text['message_device']."...

", 'actions'=>button::create([ 'type'=>'button', 'label'=>$text['button-continue'],