mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add link to Edge Add-ons page in About tab
This commit is contained in:
parent
20eb9e6638
commit
a1e03e5a18
2 changed files with 14 additions and 6 deletions
|
|
@ -1055,6 +1055,10 @@
|
|||
"message": "Visit KeePassXC-Browser in the Mozilla Add-ons directory.",
|
||||
"description": "About page link to AMO."
|
||||
},
|
||||
"optionsAboutEdge": {
|
||||
"message": "Visit KeePassXC-Browser in the Edge Add-ons page.",
|
||||
"description": "About page link to Edge Add-ons page."
|
||||
},
|
||||
"optionsAboutGitHub": {
|
||||
"message": "Visit KeePassXC-Browser on GitHub.",
|
||||
"description": "About page link to GitHub."
|
||||
|
|
|
|||
|
|
@ -668,7 +668,11 @@
|
|||
<span data-i18n="optionsAboutMozilla"></span></a>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser" data-i18n="[title]openNewTab" tabindex="8">
|
||||
<a target="_blank" href="https://microsoftedge.microsoft.com/addons/detail/keepassxcbrowser/pdffhmdngciaglkoonimfcmckehcpafo" data-i18n="[title]openNewTab" tabindex="8">
|
||||
<span data-i18n="optionsAboutEdge"></span></a>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser" data-i18n="[title]openNewTab" tabindex="9">
|
||||
<span data-i18n="optionsAboutGitHub"></span></a>
|
||||
</p>
|
||||
<hr class="mt-0" />
|
||||
|
|
@ -681,11 +685,11 @@
|
|||
<hr class="mt-0" />
|
||||
<p>
|
||||
<span data-i18n="optionsAboutContributors"></span>:<br>
|
||||
<a target="_blank" href="https://github.com/pfn/" data-i18n="[title]openNewTab" tabindex="9">Perry Nguyen</a>,
|
||||
<a target="_blank" href="http://lukas-schulze.de" data-i18n="[title]openNewTab" tabindex="10">Lukas Schulze</a>,
|
||||
<a target="_blank" href="https://github.com/smorks" data-i18n="[title]openNewTab" tabindex="11">Andy Brandt</a>,
|
||||
<a target="_blank" href="https://github.com/varjolintu/" data-i18n="[title]openNewTab" tabindex="12">Sami Vänttinen</a>,
|
||||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser" data-i18n="[title]openNewTab" tabindex="13">KeePassXC Team</a>.
|
||||
<a target="_blank" href="https://github.com/pfn/" data-i18n="[title]openNewTab" tabindex="10">Perry Nguyen</a>,
|
||||
<a target="_blank" href="http://lukas-schulze.de" data-i18n="[title]openNewTab" tabindex="11">Lukas Schulze</a>,
|
||||
<a target="_blank" href="https://github.com/smorks" data-i18n="[title]openNewTab" tabindex="12">Andy Brandt</a>,
|
||||
<a target="_blank" href="https://github.com/varjolintu/" data-i18n="[title]openNewTab" tabindex="13">Sami Vänttinen</a>,
|
||||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser" data-i18n="[title]openNewTab" tabindex="14">KeePassXC Team</a>.
|
||||
</p>
|
||||
|
||||
<details>
|
||||
|
|
|
|||
Loading…
Reference in a new issue