diff options
| author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-26 13:08:17 +0900 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 13:08:17 +0900 | 
| commit | 9a41d65edaabc938c74e69f4dee4098c35a1e05b (patch) | |
| tree | 9b95e7197f74cb19f04678a5985837dea968c24f /ext/js/core.js | |
| parent | 346c7c53585597b45691eec7908c13fb86527f6b (diff) | |
| parent | d3e18115fa3cd43e312f779e3150685f2cc5bbb6 (diff) | |
Merge pull request #109 from Aquafina-water-bottle/rename_tag_settings
More various renaming from Yomichan -> Yomitan
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 b43d08ff..5b064a36 100644 --- a/ext/js/core.js +++ b/ext/js/core.js @@ -724,7 +724,7 @@ class Logger extends EventDispatcher {          if (typeof errorData !== 'undefined') {              message += `\nData: ${JSON.stringify(errorData, null, 4)}`;          } -        message += '\n\nIssues can be reported at https://github.com/FooSoft/yomichan/issues'; +        message += '\n\nIssues can be reported at https://github.com/themoeway/yomitan/issues';          switch (level) {              case 'info': console.info(message); break;  |