aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-07-20 12:01:41 +0200
committerWojtek Kosior <koszko@koszko.org>2021-07-20 12:03:07 +0200
commit081739e7dcaeed1e0655a49ebdebb02d653d9042 (patch)
tree91e74e5f74c8f947bf43461de0bfed012e419cf2 /content
parent82836b92768bc3fa329e0d5345e93e98f5047db7 (diff)
parent97f683e266bc7270396c9e78296b9b0439639fbe (diff)
downloadbrowser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.tar.gz
browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.zip
Merge rebranding to "Hachette"
Diffstat (limited to 'content')
-rw-r--r--content/main.js2
-rw-r--r--content/page_actions.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/main.js b/content/main.js
index af8cd7c..8f8375e 100644
--- a/content/main.js
+++ b/content/main.js
@@ -1,5 +1,5 @@
/**
- * Myext main content script run in all frames
+ * Hachette main content script run in all frames
*
* Copyright (C) 2021 Wojtek Kosior
* Copyright (C) 2021 jahoti
diff --git a/content/page_actions.js b/content/page_actions.js
index 75cc4d9..aff56b8 100644
--- a/content/page_actions.js
+++ b/content/page_actions.js
@@ -1,5 +1,5 @@
/**
- * Myext handling of page actions in content scripts
+ * Hachette handling of page actions in content scripts
*
* Copyright (C) 2021 Wojtek Kosior
* Redistribution terms are gathered in the `copyright' file.