mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1140 from keepassxreboot/feature/add_supporters
Add supporters
This commit is contained in:
commit
024d5db525
3 changed files with 18 additions and 0 deletions
|
|
@ -1019,6 +1019,10 @@
|
|||
"message": "The following debug info can be used",
|
||||
"description": "Debug info text."
|
||||
},
|
||||
"optionsAboutSupporters": {
|
||||
"message": "Supporters",
|
||||
"description": "Supporters label text."
|
||||
},
|
||||
"optionsErrorInvalidValue": {
|
||||
"message": "Invalid value. Please check the input.",
|
||||
"description": "Error shown when input field has an incorrect value."
|
||||
|
|
|
|||
|
|
@ -56,6 +56,10 @@ select option {
|
|||
color: var(--kpxc-text-color);
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.table,
|
||||
tbody,
|
||||
thead,
|
||||
|
|
|
|||
|
|
@ -589,6 +589,16 @@
|
|||
<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>.
|
||||
</p>
|
||||
|
||||
<details>
|
||||
<summary><span data-i18n="optionsAboutSupporters"></span></summary>
|
||||
<pre>
|
||||
Patreon Key supporters:
|
||||
|
||||
Bart Libert
|
||||
David Walluscheck
|
||||
</pre>
|
||||
</details>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue