diff --git a/resources/lang/en_US/list.php b/resources/lang/en_US/list.php index b9055dc9f4..217b26ce20 100644 --- a/resources/lang/en_US/list.php +++ b/resources/lang/en_US/list.php @@ -70,11 +70,7 @@ return [ 'is_blocked' => 'Is blocked', 'is_admin' => 'Is admin', 'has_two_factor' => 'Has 2FA', - 'confirmed_from' => 'Confirmed from', - 'registered_from' => 'Registered from', 'blocked_code' => 'Block code', - 'domain' => 'Domain', - 'registration_attempts' => 'Registration attempts', 'source_account' => 'Source account', 'destination_account' => 'Destination account', 'accounts_count' => 'Number of accounts', diff --git a/resources/lang/en_US/validation.php b/resources/lang/en_US/validation.php index e266d67baa..9ea55191b5 100644 --- a/resources/lang/en_US/validation.php +++ b/resources/lang/en_US/validation.php @@ -17,7 +17,6 @@ return [ 'deleted_user' => 'Due to security constraints, you cannot register using this email address.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'rule_action_value' => 'This value is invalid for the selected action.', - 'invalid_domain' => 'Due to security constraints, you cannot register from this domain.', 'file_already_attached' => 'Uploaded file ":name" is already attached to this object.', 'file_attached' => 'Succesfully uploaded file ":name".', 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',