| Index: lib/subscriptionInit.js |
| =================================================================== |
| --- a/lib/subscriptionInit.js |
| +++ b/lib/subscriptionInit.js |
| @@ -291,7 +291,7 @@ |
| // The first run page notifies the user about the data corruption. |
| let url; |
| if (firstRun || dataCorrupted) |
| - url = "firstRun.html"; |
| + url = "first-run.html"; |
| else |
| url = "updates.html"; |
| browser.tabs.create({url}); |