💬 Adds copy for the multi-page support editor

This commit is contained in:
Alicia Sykes 2022-04-30 22:51:17 +01:00
parent d765eeb7e0
commit 1aecf32466
1 changed files with 5 additions and 2 deletions

View File

@ -207,6 +207,8 @@
"edit-page-info-tooltip": "App title, description, nav links, footer text, etc.",
"edit-app-config-btn": "Edit App Config",
"edit-app-config-tooltip": "All other app configuration options",
"edit-pages-btn": "Edit Pages",
"edit-pages-tooltip": "Add or remove additional views",
"config-save-methods-subheading": "Config Saving Options",
"save-locally-btn": "Save Locally",
"save-locally-tooltip": "Save config locally, to browser storage. This will not affect your config file, but changes will only be saved on this device",
@ -224,7 +226,8 @@
"edit-mode-subtitle": "You are in Edit Mode",
"edit-mode-description": "This means you can make modifications to your config, and preview the results, but until you save, none of your changes will be preserved.",
"save-stage-btn": "Save",
"cancel-stage-btn": "Cancel"
"cancel-stage-btn": "Cancel",
"save-locally-warning": "If you proceed, changes will be saved only in your browser. You should export a copy of your config for use on other machines. Would you like to continue?"
},
"edit-item": {
"missing-title-err": "An item title is required"
@ -301,4 +304,4 @@
"down": "Down"
}
}
}
}