From 0013c4115ebf71218ffa9d9202ffe4b5c3979f16 Mon Sep 17 00:00:00 2001 From: Jens-Christian Fischer Date: Thu, 11 Jun 2015 13:02:47 +0200 Subject: [PATCH] Fix error message and add 'user' to it --- core/command/user/delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/command/user/delete.php b/core/command/user/delete.php index 8cac03157e..63b8113487 100644 --- a/core/command/user/delete.php +++ b/core/command/user/delete.php @@ -63,6 +63,6 @@ class Delete extends Command { return; } - $output->writeln('The specified could not be deleted. Please check the logs.'); + $output->writeln('The specified user could not be deleted. Please check the logs.'); } }