Skip to content
Snippets Groups Projects
Unverified Commit 0c2de986 authored by Sebastian's avatar Sebastian
Browse files

Add link to liberapay in about screen

parent 9aab9ab8
No related branches found
No related tags found
1 merge request!384Pre release mods
Pipeline #17507 passed
......@@ -27,4 +27,5 @@ object Strings {
const val LICENSE = "GNU Affero General Public License v3"
const val WEBSITE = "https://briarproject.org"
const val EMAIL = "desktop@briarproject.org"
const val LIBERAPAY = "https://liberapay.com/Briar/"
}
......@@ -129,6 +129,7 @@ private fun GeneralInfo() {
add(Entry("Commit time", DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss").format(commitTime))) // NON-NLS
add(Entry(i18n("about.website"), Strings.WEBSITE, true))
add(Entry(i18n("about.contact"), Strings.EMAIL, true))
add(Entry(i18n("about.liberapay"), Strings.LIBERAPAY, true))
}
VerticallyScrollableArea { scrollState ->
......
......
......@@ -336,6 +336,7 @@ about.version=Version
about.version.core=Briar Core Version
about.contact=Contact
about.website=Website
about.liberapay=Liberapay
# Mailbox
mailbox.setup.intro.title=Mailbox
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment