locales fixed

This commit is contained in:
VividTruthKeeper 2022-11-22 22:29:56 +05:00
parent 62ab5053fb
commit 1628bfc740
1 changed files with 9 additions and 8 deletions

View File

@ -64,12 +64,12 @@ const TopupModal = ({
<Img1 className="modal-icon" />
<h3 className="icon-title">
{locale === "TKM"
? "Karzyň görnüşini saýlaň"
? "Hasaby doldurmagyň görnüşini saýlaň"
: locale === "РУС"
? "Выберите вид кредита"
? "Выберите вид пополнения счета"
: locale === "ENG"
? "Choose the type of loan"
: "Karzyň görnüşini saýlaň"}
? "Choose the type of top up"
: "Hasaby doldurmagyň görnüşini saýlaň"}
</h3>
</div>
<div className={stage > 1 ? "line-block active" : "line-block"}>
@ -160,12 +160,12 @@ const TopupModal = ({
<Img1 className="modal-icon" />
<h3 className="icon-title">
{locale === "TKM"
? "Karzyň görnüşini saýlaň"
? "Hasaby doldurmagyň görnüşini saýlaň"
: locale === "РУС"
? "Выберите вид кредита"
? "Выберите вид пополнения счета"
: locale === "ENG"
? "Choose the type of loan"
: "Karzyň görnüşini saýlaň"}
? "Choose the type of top up"
: "Hasaby doldurmagyň görnüşini saýlaň"}
</h3>
</div>
) : stage === 2 ? (
@ -275,6 +275,7 @@ const TopupModal = ({
setSuccess={setSuccess}
setError={setError}
setProgress={setProgress}
setStage={setStage}
/>
) : (
""