From bdc87267913b70e494d86c59e27d3aa48a7a41e0 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 18 Sep 2020 14:39:03 +0200 Subject: [PATCH] Change reboot modal's heading to "Warning!" --- src/common/RebootButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/RebootButton.js b/src/common/RebootButton.js index b72a06c..fbd16a8 100644 --- a/src/common/RebootButton.js +++ b/src/common/RebootButton.js @@ -63,7 +63,7 @@ RebootModal.propTypes = { function RebootModal({ shown, setShown, onReboot }) { return ( - +

{_("Are you sure you want to restart the router?")}