aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 4c9ee68ce..541703b99 100644
--- a/boot.php
+++ b/boot.php
@@ -1301,7 +1301,7 @@ function profile_load(&$a, $nickname, $profile = 0) {
if(! $user) {
logger('profile error: ' . $a->query_string, LOGGER_DEBUG);
- notice( t('Requested account is not available.') . EOL );
+ notice( t('Requested channel is not available.') . EOL );
$a->error = 404;
return;
}