From 2136ffe3d8c73cac48f83f7e416b60a6602a8f49 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 16 Dec 2023 05:30:52 -0700 Subject: [PATCH] Add localization --- resources/lang/en/profile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/profile.php b/resources/lang/en/profile.php index 7851852a2..3206a94bc 100644 --- a/resources/lang/en/profile.php +++ b/resources/lang/en/profile.php @@ -12,4 +12,6 @@ return [ 'status.disabled.header' => 'Profile Unavailable', 'status.disabled.body' => 'Sorry, this profile is not available at the moment. Please try again shortly.', + + 'block.domain.max' => 'Max limit of domain blocks reached! You can only block :max domains at a time. Ask your admin to adjust this limit.' ];