diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 992a0016..ab45b821 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -205,6 +205,14 @@ "configOnChangeTooltip": { "message": "Autosave and apply changes automatically" }, + "genericAdd": { + "message": "Add", + "description": "Used in various places for an action that adds something" + }, + "genericClone": { + "message": "Clone", + "description": "Used in various places for an action that clones something" + }, "genericError": { "message": "Error", "description": "Used in various places to indicate some error occurred." @@ -840,6 +848,10 @@ "message": "Remove section", "description": "Label for the button to remove a section" }, + "sectionRestore": { + "message": "Restore removed section", + "description": "Label for the button to restore a removed section" + }, "shortcuts": { "message": "Shortcuts", "description": "Go to shortcut configuration" diff --git a/edit.html b/edit.html index fd7124b7..d99c00c9 100644 --- a/edit.html +++ b/edit.html @@ -121,7 +121,7 @@ + + +