typos corrected

This commit is contained in:
VividTruthKeeper 2022-04-22 13:31:05 +05:00
parent 1823d0a0b9
commit 1b0b4c146f
2 changed files with 4 additions and 10 deletions

View File

@ -226,9 +226,7 @@ const RegForm = () => {
<div className="reg-input-block split">
<div className="split-block">
<label htmlFor="serie">
{locale === "TKM"
? "Pasportyň seriýasy we belgisi"
: "Серия-I"}
{locale === "TKM" ? "Seriýa-I" : "Серия-I"}
<span>*</span>
</label>
<CustomSelect
@ -246,9 +244,7 @@ const RegForm = () => {
</div>
<div className="split-block">
<label htmlFor="reg">
{locale === "TKM"
? "Pasportyň seriýasy we belgisi"
: "Серия-II"}
{locale === "TKM" ? "Seriýa-II" : "Серия-II"}
<span>*</span>
</label>
<CustomSelect
@ -607,7 +603,7 @@ const RegForm = () => {
) : (
<h2>
Все поля с символом ( <span>*</span> ) обязательны для заполнения
Все поля доожны быть заполненны латиницей
Все поля должны быть заполненны латиницей
</h2>
)}
<button

View File

@ -100,9 +100,7 @@ const Recovery = () => {
>
<div className="cu-bottom p-recovery-title">
<h2>
{locale === "TKM"
? "Açar sözüni çalyşmak"
: "Поменять пароля"}
{locale === "TKM" ? "Açar sözüni çalyşmak" : "Смена пароля"}
</h2>
<button
type="submit"