From 55701d549c5770926d322bddf51069b67cf04082 Mon Sep 17 00:00:00 2001 From: Aakiyaru Date: Tue, 27 May 2025 19:27:34 +0700 Subject: [PATCH] fix --- Sources/UIKitComponents/CustomTextField/CustomTextField.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UIKitComponents/CustomTextField/CustomTextField.swift b/Sources/UIKitComponents/CustomTextField/CustomTextField.swift index 0414d78..b7ecfe5 100644 --- a/Sources/UIKitComponents/CustomTextField/CustomTextField.swift +++ b/Sources/UIKitComponents/CustomTextField/CustomTextField.swift @@ -107,7 +107,7 @@ public struct CustomTextField: View { }.padding(.horizontal, 14) } if error { - Text("Введите ваше имя") + Text(errorText) .robotoFlex(size: 14) .foregroundStyle(Color("hex#FD3535", bundle: .module)) }