translation added
This commit is contained in:
@@ -1455,13 +1455,13 @@ const StepOne = ({
|
||||
<div className="flex gap-3 items-end flex-wrap">
|
||||
<Input
|
||||
id="extra_service_name"
|
||||
placeholder={t("Xizmat nomi (UZ)")}
|
||||
placeholder={t("Xizmat nomi")}
|
||||
className="h-12 !text-md flex-1 min-w-[200px]"
|
||||
/>
|
||||
|
||||
<Input
|
||||
id="extra_service_name_ru"
|
||||
placeholder={t("Xizmat nomi (RU)")}
|
||||
placeholder={t("Xizmat nomi") + " (ru)"}
|
||||
className="h-12 !text-md flex-1 min-w-[200px]"
|
||||
/>
|
||||
|
||||
@@ -1518,7 +1518,7 @@ const StepOne = ({
|
||||
>
|
||||
<span>
|
||||
{item.name} —{" "}
|
||||
<strong>{formatPrice(item.price)} so‘m</strong>
|
||||
<strong>{formatPrice(item.price, true)}</strong>
|
||||
</span>
|
||||
<button
|
||||
type="button"
|
||||
@@ -1542,17 +1542,16 @@ const StepOne = ({
|
||||
<div className="flex gap-3 items-end flex-wrap">
|
||||
<Input
|
||||
id="paid_service_name"
|
||||
placeholder={t("Xizmat nomi (UZ)")}
|
||||
placeholder={t("Xizmat nomi")}
|
||||
className="h-12 !text-md flex-1 min-w-[200px]"
|
||||
/>
|
||||
|
||||
<Input
|
||||
id="paid_service_name_ru"
|
||||
placeholder={t("Xizmat nomi (RU)")}
|
||||
placeholder={t("Xizmat nomi") + " (ru)"}
|
||||
className="h-12 !text-md flex-1 min-w-[200px]"
|
||||
/>
|
||||
|
||||
{/* Narx maydoni */}
|
||||
<Input
|
||||
id="paid_service_price"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user