diff options
| author | r00ster <r00ster91@protonmail.com> | 2021-07-04 16:32:00 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-04 10:32:00 -0400 | 
| commit | e6a9aef2d53a98ab2db5a23a5f58e3f7fd84b267 (patch) | |
| tree | efcfd4324a0ec53a35cbba9effb9d0326056380e | |
| parent | 468c923277aa82e336413cdb6dfea17f08f55f3a (diff) | |
Add a missing "of" (#1793)
| -rw-r--r-- | ext/welcome.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/welcome.html b/ext/welcome.html index 103c8a1f..85022e2c 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -244,7 +244,7 @@          <div class="warning-text margin-above no-dictionaries-installed-warning" hidden>              No dictionaries have been installed yet.              Visit the <a href="https://foosoft.net/projects/yomichan/#dictionaries" target="_blank" rel="noopener noreferrer">Yomichan homepage</a> -            for a list free dictionaries or click the <em>Import</em> button below to select a dictionary file to import. +            for a list of free dictionaries or click the <em>Import</em> button below to select a dictionary file to import.          </div>          <div id="dictionary-error" class="danger-text margin-above" hidden></div>          <div id="dictionary-list" class="dictionary-list generic-list" data-count="0"> |