-
-
{'+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 {