Update text

This commit is contained in:
Ade Anom A 2019-09-02 23:40:36 +07:00 committed by Nils Maier
parent 380325bd43
commit 9ef497028c

View File

@ -621,7 +621,7 @@ addEventListener("DOMContentLoaded", () => {
reader.readAsText(file);
});
saveCustomLocale(text);
if (confirm("Imported your file.\nWant to realod the extension now?")) {
if (confirm("Imported your file.\nWant to relaod the extension now?")) {
runtime.reload();
}
}