From e556445094c56f30a4395755e85df99c264f85cf Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 30 Oct 2021 12:41:50 +0100 Subject: [PATCH] :globe_with_meridians: Preview changes button, and Add section title --- src/assets/locales/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 6d24c59f..c4a69b7f 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -112,6 +112,7 @@ "location-local-label": "Apply Locally", "location-disk-label": "Write Changes to Config File", "save-button": "Save Changes", + "preview-button": "Preview Changes", "valid-label": "Config is Valid", "status-success-msg": "Task Complete", "status-fail-msg": "Task Failed", @@ -218,6 +219,7 @@ }, "edit-section": { "edit-section-title": "Edit Section", + "add-section-title": "Add New 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." },