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.',