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)) }