This commit is contained in:
Nils Maier 2019-09-03 08:30:17 +02:00
parent 4d48a2c395
commit 1935c7f444

View File

@ -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();
}
});