diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a8df96028e33..de3771b9c4b9 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -39,6 +39,10 @@ "message": "Loading...", "description": "Message shown on the loading screen before we've loaded any messages" }, + "optimizingApplication": { + "message": "Optimizing application...", + "description": "Message shown on the loading screen while we are doing application optimizations" + }, "chooseDirectory": { "message": "Choose folder", "description": "Button to allow the user to find a folder on disk" diff --git a/background.html b/background.html index 091686fda6cc..b3a2517b448c 100644 --- a/background.html +++ b/background.html @@ -951,7 +951,6 @@ -