From 2b2fdd5299bb75f2d89f2f8158cee9775d136c7a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 23 Oct 2017 16:45:23 +0200 Subject: Change $ to € in subscription component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/Subscription.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/ui') diff --git a/src/components/ui/Subscription.js b/src/components/ui/Subscription.js index ada5cc3e0..fe0925a26 100644 --- a/src/components/ui/Subscription.js +++ b/src/components/ui/Subscription.js @@ -79,7 +79,7 @@ const messages = defineMessages({ }, miningDetail1: { id: 'subscription.mining.line1', - defaultMessage: '!!!By enabling "Support with processing power", Franz will use about 20-50% of your CPU to mine cryptocurrency Monero which equals approximately $ 5/year.', + defaultMessage: '!!!By enabling "Support with processing power", Franz will use about 20-50% of your CPU to mine cryptocurrency Monero which equals approximately € 5/year.', }, miningDetail2: { id: 'subscription.mining.line2', @@ -136,12 +136,12 @@ export default class SubscriptionForm extends Component { validate: [required], options: [{ value: 'month', - label: `$ ${Object.hasOwnProperty.call(this.props.plan, 'month') + label: `€ ${Object.hasOwnProperty.call(this.props.plan, 'month') ? `${this.props.plan.month.price} / ${intl.formatMessage(messages.typeMonthly)}` : 'monthly'}`, }, { value: 'year', - label: `$ ${Object.hasOwnProperty.call(this.props.plan, 'year') + label: `€ ${Object.hasOwnProperty.call(this.props.plan, 'year') ? `${this.props.plan.year.price} / ${intl.formatMessage(messages.typeYearly)}` : 'yearly'}`, }, { @@ -155,7 +155,7 @@ export default class SubscriptionForm extends Component { if (this.props.showSkipOption) { form.fields.paymentTier.options.unshift({ value: 'skip', - label: `$ 0 / ${intl.formatMessage(messages.typeFree)}`, + label: `€ 0 / ${intl.formatMessage(messages.typeFree)}`, }); } -- cgit v1.2.3-70-g09d2