diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-07-17 11:01:17 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-07-17 11:01:17 -0700 | 
| commit | cea8471290d906cc268902e82704f8efad82fda6 (patch) | |
| tree | 6a1312956e6ea223cd80630a1160d1ae110273d3 | |
| parent | 7d5e8b9b8c62916f92454605bdd8eeda345ccc97 (diff) | |
More error updates
| -rw-r--r-- | ext/bg/options.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/options.html b/ext/bg/options.html index 5e08ced4..628f9954 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -80,7 +80,7 @@                  <h3>Anki Options</h3>                  <div class="alert alert-danger error-dlg error-dlg-connection"> -                    <strong>Unable to connect</strong>: is the <a href="https://foosoft.net/projects/anki-connect">AnkiConnect</a> extension for <a href="http://ankisrs.net/">Anki</a> installed and running? +                    <strong>Unable to connect</strong>: is the <a href="https://foosoft.net/projects/anki-connect">AnkiConnect</a> extension for <a href="http://ankisrs.net/">Anki</a> installed and running? This software is required for Anki-related features.                  </div>                  <div class="alert alert-warning error-dlg error-dlg-version">                      <strong>Unsupported version</strong>: the installed version of the <a href="https://foosoft.net/projects/anki-connect">AnkiConnect</a> extension for <a href="http://ankisrs.net/">Anki</a> is not compatible with this release; please update it. |