From e41e664325ef5c6d07e750c203635a22082494cc Mon Sep 17 00:00:00 2001 From: Mohd Arief Date: Wed, 15 Aug 2018 09:32:42 +0800 Subject: [PATCH] paused the fixing progress --- resources/assets/js/pages/auth/register.vue | 20 +++++++++++--------- resources/lang/en/validation.php | 1 + 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/resources/assets/js/pages/auth/register.vue b/resources/assets/js/pages/auth/register.vue index 1b13c2c0..6a91cd10 100644 --- a/resources/assets/js/pages/auth/register.vue +++ b/resources/assets/js/pages/auth/register.vue @@ -8,7 +8,7 @@
- +
@@ -17,8 +17,7 @@
- - +
@@ -27,17 +26,19 @@
- + + - + + - +
@@ -45,17 +46,18 @@
- + + - + + -
diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index edc036dd..d18b5690 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -50,6 +50,7 @@ return [ 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', + 'marking' => 'The :attribute must be a valid marking', 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.',