diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index fe9b9a58..728d2440 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -460,6 +460,15 @@ "exportOptions": { "message": "Import/Export All Options" }, + "exportOptionsCopy": { + "message": "Edit/copy" + }, + "exportOptionsDownload": { + "message": "Save to file" + }, + "exportOptionsUpload": { + "message": "Load from file" + }, "whatExportOptions": { "message": "This is your entire configuration in JSON. This includes your userID, so be sure to share this wisely." }, diff --git a/public/options/options.html b/public/options/options.html index c907889e..f689277c 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -355,8 +355,19 @@