1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-28 20:03:59 +00:00

Change reboot modal's heading to "Warning!"

This commit is contained in:
Aleksandr Gumroian 2020-09-18 14:39:03 +02:00
parent 1c986519f6
commit bdc8726791
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -63,7 +63,7 @@ RebootModal.propTypes = {
function RebootModal({ shown, setShown, onReboot }) {
return (
<Modal shown={shown} setShown={setShown}>
<ModalHeader setShown={setShown} title={_("Reboot confirmation")} />
<ModalHeader setShown={setShown} title={_("Warning!")} />
<ModalBody>
<p>{_("Are you sure you want to restart the router?")}</p>
</ModalBody>