diff --git a/app/views/post/index.php b/app/views/post/index.php index 19946bd..5b78059 100755 --- a/app/views/post/index.php +++ b/app/views/post/index.php @@ -36,7 +36,7 @@ partial('blacklists') ?> is_member_or_higher()) : ?> -
You are required to have an account to see sensitive or restricted content or !
+
You are required to have an account to access sensitive or restricted content!
searching_pool) : ?>
diff --git a/app/views/post/show.php b/app/views/post/show.php index aca442f..3aeaaa9 100755 --- a/app/views/post/show.php +++ b/app/views/post/show.php @@ -35,7 +35,7 @@ partial('horizontal', ['position' => 'top']) ?> post->can_be_seen_by(current_user())) : ?> -

This post is restricted

+
You are required to have an account to access restricted content!
post->can_be_seen_by(current_user())) : ?> partial('post/show_partials/image') ?>