diff options
author | Kyle <140885143+kay-gg@users.noreply.github.com> | 2024-06-07 22:06:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 02:06:53 +0000 |
commit | 3441ecee311faed5d256305bb2db159093202213 (patch) | |
tree | 47e88d35e4148ec06bec6c030ad2a9cc6572364e | |
parent | f50d25c5985087bd37d0a62a6570746ba1c81af4 (diff) |
demolished duplicate "adjust" (#1040)
Co-authored-by: Kyle <140885143+kyle-gardner@users.noreply.github.com>
-rw-r--r-- | ext/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/settings.html b/ext/settings.html index 6f4857db..956e2664 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1577,7 +1577,7 @@ <div class="settings-item-children" data-show-for-os="mac"> <p class="warning-text"> <strong>Notice for macOS users:</strong> - If Yomitan has issues connecting to AnkiConnect, it may be necessary to adjust adjust some system settings. + If Yomitan has issues connecting to AnkiConnect, it may be necessary to adjust some system settings. See <a href="https://foosoft.net/projects/anki-connect/#notes-for-mac-os-x-users" target="_blank" rel="noopener noreferrer">this link</a> for details. </p> </div> |