Skip to content

Commit

Permalink
Updates text from 'tomster' to 'ember icon' where the image was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipil-saud committed Oct 17, 2018
1 parent 68ed6e7 commit 308c044
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions skeletons/firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"main": "lib/main.js",
"preferences": [{
"name": "tomsterLocationbarButtonToggle",
"title": "Display The Tomster icon when a site runs Ember.js",
"description": "Display The Tomster icon when a site runs Ember.js",
"title": "Display The Ember icon when a site runs Ember.js",
"description": "Display The Ember icon when a site runs Ember.js",
"type": "bool",
"value": false
}]
Expand Down
6 changes: 3 additions & 3 deletions skeletons/web-extension/background-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* ClientApp. The background-script serves as a proxy between the EmberInspector
* and the content-script.
*
* It is also responsible for showing the Tomster icon and tooltip in the url bar.
* It is also responsible for showing the Ember icon and tooltip in the url bar.
*
* See:
* https://developer.chrome.com/extensions/background_pages
Expand Down Expand Up @@ -57,7 +57,7 @@
}

/**
* Remove the curent tab's Tomster.
* Remove the curent tab's Ember icon.
* Typically used to clearout the icon after reload.
* @param {Number} tabId - the current tab
*/
Expand Down Expand Up @@ -152,7 +152,7 @@
updateTabAction(sender.tab.id);
updateContextMenu();
} else if (request && request.type === 'resetEmberIcon') {
// hide the Tomster icon
// hide the Ember icon
hideAction(sender.tab.id);
} else if (request && request.type === 'inspectorLoaded') {
updateContextMenu(true);
Expand Down
2 changes: 1 addition & 1 deletion skeletons/web-extension/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Extension options for Chrome.
* This allows the user to decide if the Tomster icon should show when visiting
* This allows the user to decide if the Ember icon should show when visiting
* a webpage that has Ember running.
*
* see:
Expand Down

0 comments on commit 308c044

Please sign in to comment.