Files
homarr/public/locales/en/layout/header/actions/toggle-edit-mode.json
2023-01-14 22:10:24 +01:00

17 lines
549 B
JSON

{
"description": "In Edit Mode, you can adjust tiles and configure apps. Changes are not saved until you exit Edit Mode.",
"button": {
"disabled": "Enter Edit Mode",
"enabled": "Exit and Save"
},
"popover": {
"title": "Edit mode is enabled for <1>{{size}}</1> size",
"text": "You can adjust and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode"
},
"screenSizes": {
"small": "small",
"medium": "medium",
"large": "large"
}
}