diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json
index 2c90a392..6d24c59f 100644
--- a/src/assets/locales/en.json
+++ b/src/assets/locales/en.json
@@ -217,7 +217,16 @@
"cancel-stage-btn": "Cancel"
},
"edit-section": {
- "edit-tooltip": "Click to Edit, or right-click for more options"
+ "edit-section-title": "Edit Section",
+ "edit-tooltip": "Click to Edit, or right-click for more options",
+ "remove-confirm": "Are you sure you want to remove this section? This action can be undone later."
+ },
+ "edit-app-config": {
+ "warning-msg-title": "Proceed with Caution",
+ "warning-msg-l1": "The following options are for advanced app configuration.",
+ "warning-msg-l2": "If you are unsure about any of the fields, please reference the",
+ "warning-msg-docs": "documentation",
+ "warning-msg-l3": "to avoid unintended consequences."
},
"export": {
"export-title": "Export Config",
diff --git a/src/components/InteractiveEditor/EditAppConfig.vue b/src/components/InteractiveEditor/EditAppConfig.vue
index a1dfb021..7bb47e31 100644
--- a/src/components/InteractiveEditor/EditAppConfig.vue
+++ b/src/components/InteractiveEditor/EditAppConfig.vue
@@ -9,17 +9,21 @@
>
- The following options are for advanded app configration.
- If you are unsure about any of the fields, please reference the
- documentation
- to avoid unintended consequences.
+