From a29b77d0c5666fc143fa7e95682d780a992d5a30 Mon Sep 17 00:00:00 2001 From: Manuel Ruwe Date: Sat, 10 Dec 2022 18:34:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20width=20snapping=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/layout/header/actions/toggle-edit-mode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/layout/header/actions/toggle-edit-mode.json b/public/locales/en/layout/header/actions/toggle-edit-mode.json index ed42b4742..3ae95e24f 100644 --- a/public/locales/en/layout/header/actions/toggle-edit-mode.json +++ b/public/locales/en/layout/header/actions/toggle-edit-mode.json @@ -2,10 +2,10 @@ "tooltip": "The edit mode enables you to configure your dashboard", "button": { "disabled": "Enter Edit Mode", - "enabled": "Exit Edit Mode" + "enabled": "Exit and Save" }, "popover": { "title": "Edit mode is enabled", - "text": "You can adjust and configure your apps now" + "text": "You can adjust and configure your apps now. Changes are not saved until you exit edit mode" } } \ No newline at end of file