diff --git a/public/profile.php b/public/profile.php index a9875906..bec246b6 100644 --- a/public/profile.php +++ b/public/profile.php @@ -178,7 +178,7 @@ if($isEditing) { break; case UPLOAD_ERR_INI_SIZE: case UPLOAD_ERR_FORM_SIZE: - $notices[] = sprintf('Your avatar is not allowed to be larger in file size than %2$s!', byte_symbol($avatarInfo->getMaxBytes(), true)); + $notices[] = sprintf('Your avatar is not allowed to be larger in file size than %s!', byte_symbol($avatarInfo->getMaxBytes(), true)); break; default: $notices[] = 'Unable to save your avatar, contact an administator!';