From d09fcc0f968ad62b75da658d7b0a7e50d58af343 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 4 Jun 2020 15:59:41 +0800 Subject: [PATCH] update i18n of validation message --- resources/lang/en/validation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/en/validation.yml b/resources/lang/en/validation.yml index 05cb0974..fd9ed647 100644 --- a/resources/lang/en/validation.yml +++ b/resources/lang/en/validation.yml @@ -118,5 +118,11 @@ uuid: 'The :attribute must be a valid UUID.' # of "email". This simply helps us make messages a little cleaner. # attributes: + name: name player_name: player name identification: email or player name + email: email + password: password + password_confirmation: 'password confirmation' + title: title + content: content