🐛 Fix width snapping bug

This commit is contained in:
Manuel Ruwe
2022-12-10 18:34:58 +01:00
parent ad643616ba
commit a29b77d0c5

View File

@@ -2,10 +2,10 @@
"tooltip": "The edit mode enables you to configure your dashboard", "tooltip": "The edit mode enables you to configure your dashboard",
"button": { "button": {
"disabled": "Enter Edit Mode", "disabled": "Enter Edit Mode",
"enabled": "Exit Edit Mode" "enabled": "Exit and Save"
}, },
"popover": { "popover": {
"title": "Edit mode is enabled", "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"
} }
} }