From 1935c7f444a3df9030ee923f697c1d57e63c8132 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Tue, 3 Sep 2019 08:30:17 +0200 Subject: [PATCH] Typos --- windows/prefs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/prefs.ts b/windows/prefs.ts index 0f37ff7..11d298a 100644 --- a/windows/prefs.ts +++ b/windows/prefs.ts @@ -611,7 +611,7 @@ addEventListener("DOMContentLoaded", async () => { return; } // eslint-disable-next-line max-len - if (confirm("Changing the selected translation requires restarting the extension.\nDo you wanDo you want to restrt the extension now?")) { + if (confirm("Changing the selected translation requires restarting the extension.\nDo you want to restart the extension now?")) { runtime.reload(); } });