diff --git a/resources/lang/en/profile.php b/resources/lang/en/profile.php index 73e4e3207..7851852a2 100644 --- a/resources/lang/en/profile.php +++ b/resources/lang/en/profile.php @@ -9,4 +9,7 @@ return [ 'privateProfileWarning' => 'This Account is Private', 'alreadyFollow' => 'Already follow :username?', 'loginToSeeProfile' => 'to see their photos and videos.', + + 'status.disabled.header' => 'Profile Unavailable', + 'status.disabled.body' => 'Sorry, this profile is not available at the moment. Please try again shortly.', ];