From 43f2fc0740bb43a13d037b8f8be5cd6676d89fb2 Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Sat, 29 Sep 2018 00:16:39 -0500 Subject: [PATCH] Rewrite the crowdfunding copy Some of the grammar needed to be revisted, and there were a few opportunities to communicate a more genuine message. --- browser/main/modals/PreferencesModal/Crowdfunding.js | 8 ++++---- locales/da.json | 8 ++++---- locales/de.json | 8 ++++---- locales/en.json | 8 ++++---- locales/es-ES.json | 8 ++++---- locales/fa.json | 10 +++++----- locales/fr.json | 8 ++++---- locales/hu.json | 8 ++++---- locales/it.json | 8 ++++---- locales/ja.json | 8 ++++---- locales/ko.json | 8 ++++---- locales/no.json | 8 ++++---- locales/pl.json | 8 ++++---- locales/pt-BR.json | 8 ++++---- locales/pt-PT.json | 8 ++++---- locales/ru.json | 8 ++++---- locales/sq.json | 8 ++++---- locales/tr.json | 8 ++++---- locales/zh-CN.json | 8 ++++---- locales/zh-TW.json | 8 ++++---- 20 files changed, 81 insertions(+), 81 deletions(-) diff --git a/browser/main/modals/PreferencesModal/Crowdfunding.js b/browser/main/modals/PreferencesModal/Crowdfunding.js index 196c1cb3..f4139b62 100644 --- a/browser/main/modals/PreferencesModal/Crowdfunding.js +++ b/browser/main/modals/PreferencesModal/Crowdfunding.js @@ -23,18 +23,18 @@ class Crowdfunding extends React.Component { return (
{i18n.__('Crowdfunding')}
-

{i18n.__('Dear everyone,')}

+

{i18n.__('Dear Boostnote users,')}


{i18n.__('Thank you for using Boostnote!')}

{i18n.__('Boostnote is used in about 200 different countries and regions by an awesome community of developers.')}


-

{i18n.__('To continue supporting this growth, and to satisfy community expectations,')}

+

{i18n.__('To support our growing userbase, and satisfy community expectations,')}

{i18n.__('we would like to invest more time and resources in this project.')}


-

{i18n.__('If you like this project and see its potential, you can help by supporting us on OpenCollective!')}

+

{i18n.__(`If you use Boostnote and see it's potential, help us out by supporting the project on OpenCollective!`)}


{i18n.__('Thanks,')}

-

{i18n.__('Boostnote maintainers')}

+

{i18n.__('The Boostnote Team')}