| Index: html/static/js/firstRun.js |
| =================================================================== |
| --- a/html/static/js/firstRun.js |
| +++ b/html/static/js/firstRun.js |
| @@ -105,7 +105,8 @@ |
| var mapping = { |
| "aa-title": "first-run-aa-title", |
| "aa-text": "first-run-aa-text", |
| - "title-main": AdblockPlus.isUpdate() ? "first-run-title-update" : "first-run-title-install", |
| + "title-main": AdblockPlus.isFromSimpleAdblock() ? "first-run-title-simple-adblock" : |
|
Eric
2015/03/27 12:51:45
It seems that the string "first-run-title-simple-a
Oleksandr
2015/04/16 09:58:09
We have to hardcode this logic somewhere. I think
|
| + AdblockPlus.isUpdate() ? "first-run-title-update" : "first-run-title-install", |
| "share-donate": "first-run-share2-donate", |
| "share-text": "first-run-share2", |
| "share-connection": "first-run-share2-or" |