Skip to content

Commit

Permalink
Fix No Dictionary Enabled settings link opening in a new tab (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMartinDev committed Oct 18, 2024
1 parent af96b6b commit edcd705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div id="no-dictionaries" hidden>
<div class="entry">
<p>No dictionaries have been installed or enabled yet.</p>
<p><a href="/settings.html#!dictionaries" target="_blank">Go to Dictionaries settings.</a></p>
<p><a href="/settings.html#!dictionaries" target="_top">Go to Dictionaries settings.</a></p>
</div>
</div>
<div id="error-extension-unloaded" hidden>
Expand Down

0 comments on commit edcd705

Please sign in to comment.