From bad44391d4d6b69726a9a19bbde2982f916a63a7 Mon Sep 17 00:00:00 2001 From: Mantikor Date: Mon, 6 May 2019 22:21:29 +0300 Subject: [PATCH] Update auth.php --- resources/lang/uk/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/uk/auth.php b/resources/lang/uk/auth.php index fd54248e3..cd73f92db 100644 --- a/resources/lang/uk/auth.php +++ b/resources/lang/uk/auth.php @@ -16,7 +16,7 @@ return [ 'sign_up_with' => 'Зареєструватись з :socialDriver', 'logout' => 'Вихід', - 'name' => 'Ім’я', + 'name' => 'Ім\'я', 'username' => 'Логін', 'email' => 'Email', 'password' => 'Пароль',