diff --git a/client/src/containers/Setup/SetupLeftSection.js b/client/src/containers/Setup/SetupLeftSection.js index 68054e1e9..c724dbb33 100644 --- a/client/src/containers/Setup/SetupLeftSection.js +++ b/client/src/containers/Setup/SetupLeftSection.js @@ -8,7 +8,9 @@ import { useAuthActions, useAuthOrganizationId } from 'hooks/state'; function FooterLinkItem({ title, link }) { return (
- { title } + + {title} +
); } @@ -28,7 +30,12 @@ export default function SetupLeftSection() {
- +

@@ -42,17 +49,22 @@ export default function SetupLeftSection() {
- : { organizationId }, + :{' '} + {organizationId},
- + + +
-
-

{'+21892-791-8381'}

+
+

+ {'+21892-738-1987'} +

@@ -61,5 +73,5 @@ export default function SetupLeftSection() {

- ) -} \ No newline at end of file + ); +} diff --git a/client/src/store/plans/plans.reducer.js b/client/src/store/plans/plans.reducer.js index db0f1951f..cfc2c6acc 100644 --- a/client/src/store/plans/plans.reducer.js +++ b/client/src/store/plans/plans.reducer.js @@ -57,11 +57,11 @@ const initialState = { periods: [ { slug: 'month', - label: 'Monthly', + label: }, { slug: 'year', - label: 'Yearly', + label: }, ], }; diff --git a/client/src/style/pages/Setup/SetupPage.scss b/client/src/style/pages/Setup/SetupPage.scss index 7393911ed..a8767d46f 100644 --- a/client/src/style/pages/Setup/SetupPage.scss +++ b/client/src/style/pages/Setup/SetupPage.scss @@ -101,6 +101,9 @@ opacity: 0.75; padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); + p > span { + unicode-bidi: plaintext; + } } &__links {