diff --git a/JewelsPro/src/components/jewels/Board.tsx b/JewelsPro/src/components/jewels/Board.tsx index 3e1619bc..a5c47364 100644 --- a/JewelsPro/src/components/jewels/Board.tsx +++ b/JewelsPro/src/components/jewels/Board.tsx @@ -372,7 +372,7 @@ class Board extends React.Component {
{timer}
-
{i18n.t("LEVEL ")}{this.props.level}/{this.state.totalLevels.toString()}
+
{i18n.t("LEVEL")}{this.props.level}/{this.state.totalLevels.toString()}
{negSection} {confirmModal} @@ -383,4 +383,4 @@ class Board extends React.Component { } } -export default Board; +export default Board; \ No newline at end of file diff --git a/Spin_Wheel/src/containers/Layout.tsx b/Spin_Wheel/src/containers/Layout.tsx index ebe922e6..5e0271ad 100644 --- a/Spin_Wheel/src/containers/Layout.tsx +++ b/Spin_Wheel/src/containers/Layout.tsx @@ -178,7 +178,7 @@ const Layout = ({...props}) => { setComplete(true)} color="default" aria-label="Menu"> - {i18n.t("GAME")} + {i18n.t("SPIN_THE_WHEEL")} diff --git a/Symbol_Digit_Substitution/src/components/Header.tsx b/Symbol_Digit_Substitution/src/components/Header.tsx index c77f727f..c8b4d5a2 100644 --- a/Symbol_Digit_Substitution/src/components/Header.tsx +++ b/Symbol_Digit_Substitution/src/components/Header.tsx @@ -45,7 +45,7 @@ props?.clickBackData() {!props?.data && clickBack()} color="default" aria-label="Menu"> arrow_back } - {t("Symbol-Digit Substitution")} + {`${t("Symbol-Digit Substitution")}`} diff --git a/Symbol_Digit_Substitution/src/components/SymbolDigitSubstitution.tsx b/Symbol_Digit_Substitution/src/components/SymbolDigitSubstitution.tsx index cfe45652..44a551ac 100644 --- a/Symbol_Digit_Substitution/src/components/SymbolDigitSubstitution.tsx +++ b/Symbol_Digit_Substitution/src/components/SymbolDigitSubstitution.tsx @@ -482,8 +482,8 @@ export default function SymbolDigitSubstitution({...props}) { {`${t("")}`} - { {showMapping === "not_at_all" ? <>In this game, you will be shown a symbol in the middle of your screen, represented by a greek letter. This symbol will correspond to a numerical digit. : - <>In this game, you will be shown a symbol in the middle of your screen, represented by a greek letter. This symbol will correspond to a numerical digit. There is a symbol-mapping legend in the top row of your screen. Use the legend to identify the digit which corresponds to your symbol. Then, press the button at the bottom of the screen which contains this digit. After you select the correct button, you will move on to a new symbol. Try to get as many symbols as you can.}} + { {showMapping === "not_at_all" ? <>`${t("In this game, you will be shown a symbol in the middle of your screen, represented by a greek letter. This symbol will correspond to a numerical digit.")}` : + <>{t("In this game, you will be shown a symbol in the middle of your screen, represented by a greek letter. This symbol will correspond to a numerical digit. There is a symbol-mapping legend in the top row of your screen. Use the legend to identify the digit which corresponds to your symbol. Then, press the button at the bottom of the screen which contains this digit. After you select the correct button, you will move on to a new symbol. Try to get as many symbols as you can.")}}}