Skip to content

Commit d2fb0f4

Browse files
fix: removed extra spaces
1 parent 118b324 commit d2fb0f4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/javascript/app/pages/bottom/explanation_data.js

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { localize } from '../../../_common/localize.js';
22

3-
/* eslint-disable quotes */
43
export const contractExplanationData = {
54
winning: {
65
asian: {
@@ -40,7 +39,7 @@ export const contractExplanationData = {
4039
content: [
4140
localize('If you select "Higher", you win the payout if the <strong>exit spot</strong> is strictly higher than the <strong>barrier</strong>.'),
4241
localize('If you select "Lower", you win the payout if the <strong>exit spot</strong> is strictly lower than the <strong>barrier</strong>.'),
43-
"If the <strong>exit spot</strong> is equal to the <strong>barrier</strong>, you don't win the payout.",
42+
localize('If the <strong>exit spot</strong> is equal to the <strong>barrier</strong>, you don\'t win the payout.'),
4443
],
4544
},
4645
overunder: {
@@ -128,7 +127,7 @@ export const contractExplanationData = {
128127
content: [
129128
localize('If you select "Reset-Call", you win the payout if the exit spot is strictly higher than either the entry spot or the spot at reset time.'),
130129
localize('If you select "Reset-Put", you win the payout if the exit spot is strictly lower than either the entry spot or the spot at reset time.'),
131-
"If the <strong>exit spot</strong> is equal to the <strong>barrier</strong> or the <strong>new barrier (if a reset occurs)</strong>, you don't win the payout.",
130+
localize('If the <strong>exit spot</strong> is equal to the <strong>barrier</strong> or the <strong>new barrier (if a reset occurs)</strong>, you don\'t win the payout.'),
132131
],
133132
},
134133
highlowticks: {
@@ -298,43 +297,36 @@ export const contractExplanationData = {
298297
},
299298
note: {
300299
asian: {
301-
302300
content: [
303301
localize('Asian contracts will be refunded at the purchase price if the contract doesn\'t end within 5 minutes.'),
304302
],
305303
},
306304
digits: {
307-
308305
content: [
309306
localize('Digit contracts will be refunded at the purchase price if the contract doesn\'t end within 5 minutes.'),
310307
],
311308
},
312309
endsinout: {
313-
314310
content: [
315311
localize('Ends Between/Ends Outside contracts will be refunded at the purchase price if there are less than 2 ticks between the start and end times.'),
316312
],
317313
},
318314
evenodd: {
319-
320315
content: [
321316
localize('Even/Odd contracts will be refunded at the purchase price if the contract doesn\'t end within 5 minutes.'),
322317
],
323318
},
324319
higherlower: {
325-
326320
content: [
327321
localize('Higher/Lower contracts will be refunded at the purchase price if there are less than 2 ticks between the start and end times.'),
328322
],
329323
},
330324
overunder: {
331-
332325
content: [
333326
localize('Over/Under contracts will be refunded at the purchase price if the contract doesn\'t end within 5 minutes.'),
334327
],
335328
},
336329
risefall: {
337-
338330
content: [
339331
localize('Rise/Fall contracts will be refunded if: <br />'),
340332
localize(' • There are less than 2 ticks between the start and end times <br />'),
@@ -343,7 +335,6 @@ export const contractExplanationData = {
343335
],
344336
},
345337
staysinout: {
346-
347338
content: [
348339
localize('Stays Between/Goes Outside Contracts will be refunded at the purchase price if there are less than 2 ticks between the start and end times.'),
349340
],

0 commit comments

Comments
 (0)