translations fix
This commit is contained in:
parent
fd9444be71
commit
54a1bdb6ec
|
|
@ -135,7 +135,7 @@ const BorrowerInfo = ({
|
|||
: locale === "РУС"
|
||||
? "Дата рождения"
|
||||
: locale === "ENG"
|
||||
? "Year of birth"
|
||||
? "Date of birth"
|
||||
: "Doglan senesi"}
|
||||
</label>
|
||||
<input
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ const CardRegistration = ({
|
|||
: locale === "РУС"
|
||||
? "Дата рождения"
|
||||
: locale === "ENG"
|
||||
? "Year of birth"
|
||||
? "Date of birth"
|
||||
: "Doglan senesi"}
|
||||
</label>
|
||||
<input
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ const GuaranterInfo = ({ setStage, isGuranter, guaranterData }) => {
|
|||
: locale === "РУС"
|
||||
? "Дата рождения"
|
||||
: locale === "ENG"
|
||||
? "Year of birth"
|
||||
? "Date of birth"
|
||||
: "Doglan senesi"}
|
||||
</label>
|
||||
<input
|
||||
|
|
|
|||
|
|
@ -153,12 +153,12 @@ const GuaranterStage = ({
|
|||
<form onSubmit={handleSubmit(onSubmit)}>
|
||||
<h2 className="cs-2-title">
|
||||
{locale === "TKM"
|
||||
? "Zamunçynyň maglumtlaryny dolduryň"
|
||||
? "Zamunçynyň maglumatlaryny dolduryň"
|
||||
: locale === "РУС"
|
||||
? "Заполните данные поручителя"
|
||||
: locale === "ENG"
|
||||
? "Fill in the guarantor’s details"
|
||||
: "Zamunçynyň maglumtlaryny dolduryň"}
|
||||
: "Zamunçynyň maglumatlaryny dolduryň"}
|
||||
</h2>
|
||||
<div className="imm-credit-form-wrapper">
|
||||
<Select
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@ const ImmediateCreditModal = ({
|
|||
: locale === "РУС"
|
||||
? "Подтвердите данные кредита"
|
||||
: locale === "ENG"
|
||||
? "Confirm your loan details"
|
||||
? "Confirm your loan personal data"
|
||||
: "Karz maglumatlaryňyzy tassyklaň"}
|
||||
</h3>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue