Merge pull request #1140 from keepassxreboot/feature/add_supporters

Add supporters
This commit is contained in:
Sami Vänttinen 2020-12-20 16:49:10 +02:00 committed by GitHub
commit 024d5db525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View file

@ -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."

View file

@ -56,6 +56,10 @@ select option {
color: var(--kpxc-text-color);
}
pre {
white-space: pre-line;
}
.table,
tbody,
thead,

View file

@ -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>