diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-30 22:56:15 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-30 22:56:15 -0500 |
commit | 1f7fe5badf829ff0a83adaf91382f4fd6b9a5098 (patch) | |
tree | d81f4d1243704549a1e4f1a91983cd816840ed3b /ext/js/core.js | |
parent | 338d210b66006189a0b775e8bd524c1cc11c2d9a (diff) |
Fix name
Diffstat (limited to 'ext/js/core.js')
-rw-r--r-- | ext/js/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/core.js b/ext/js/core.js index a53d5572..5c03b44b 100644 --- a/ext/js/core.js +++ b/ext/js/core.js @@ -654,7 +654,7 @@ export class Logger extends EventDispatcher { constructor() { super(); /** @type {string} */ - this._extensionName = 'Yomichan'; + this._extensionName = 'Yomitan'; try { const {name, version} = chrome.runtime.getManifest(); this._extensionName = `${name} ${version}`; |