From dfc71f13c4d4f3126da59540f50444321793a0cd Mon Sep 17 00:00:00 2001 From: Steve Jain Date: Thu, 28 Nov 2019 00:47:20 -0500 Subject: [PATCH 1/2] Update english site description To something more consistent with wording used in other places. --- _data/languages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/languages.yml b/_data/languages.yml index f67172c1..bd8e0819 100644 --- a/_data/languages.yml +++ b/_data/languages.yml @@ -3,7 +3,7 @@ enabled: No accept_languages: ["en", "en-us", "en-au", "en-nz", "en-za", "en-bz", "en-tt"] site_name: "Bisq - The decentralized Bitcoin exchange" - site_desc: "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies." + site_desc: "Bisq is an open source, peer-to-peer application that allows anyone to buy and sell bitcoin in exchange for national currencies and other cryptocurrencies." - name: "Deutsch" tag: "de" enabled: Yes @@ -15,7 +15,7 @@ enabled: Yes accept_languages: ["es", "es-mx", "es-gt", "es-cr", "es-pa", "es-do", "es-ve", "es-co", "es-pe", "es-ar", "es-ec", "es-cl", "es-uy", "es-py", "es-bo", "es-sv", "es-hn", "es-ni", "es-pr"] site_name: "Bisq - The decentralized Bitcoin exchange" - site_desc: "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies." + site_desc: "Bisq is an open source, peer-to-peer application that allows anyone to buy and sell bitcoin in exchange for national currencies and other cryptocurrencies." - name: "Français" tag: "fr" enabled: Yes From a96ce6b0109ebddaaf2e50f3c5744c98b3290415 Mon Sep 17 00:00:00 2001 From: Steve Jain Date: Thu, 28 Nov 2019 14:27:57 +0000 Subject: [PATCH 2/2] Add hyphen to "open source" --- _data/languages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/languages.yml b/_data/languages.yml index bd8e0819..cfa5976e 100644 --- a/_data/languages.yml +++ b/_data/languages.yml @@ -3,7 +3,7 @@ enabled: No accept_languages: ["en", "en-us", "en-au", "en-nz", "en-za", "en-bz", "en-tt"] site_name: "Bisq - The decentralized Bitcoin exchange" - site_desc: "Bisq is an open source, peer-to-peer application that allows anyone to buy and sell bitcoin in exchange for national currencies and other cryptocurrencies." + site_desc: "Bisq is an open-source, peer-to-peer application that allows anyone to buy and sell bitcoin in exchange for national currencies and other cryptocurrencies." - name: "Deutsch" tag: "de" enabled: Yes @@ -15,7 +15,7 @@ enabled: Yes accept_languages: ["es", "es-mx", "es-gt", "es-cr", "es-pa", "es-do", "es-ve", "es-co", "es-pe", "es-ar", "es-ec", "es-cl", "es-uy", "es-py", "es-bo", "es-sv", "es-hn", "es-ni", "es-pr"] site_name: "Bisq - The decentralized Bitcoin exchange" - site_desc: "Bisq is an open source, peer-to-peer application that allows anyone to buy and sell bitcoin in exchange for national currencies and other cryptocurrencies." + site_desc: "Bisq is an open-source, peer-to-peer application that allows anyone to buy and sell bitcoin in exchange for national currencies and other cryptocurrencies." - name: "Français" tag: "fr" enabled: Yes