Skip to content

Commit a68adae

Browse files
guerbyblizzz
andcommitted
Update lib/Command/UserAdd.php
Improve user message Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Laurent GUERBY <laurent@guerby.net>
1 parent c5a47f9 commit a68adae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Command/UserAdd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
5858
}
5959

6060
if (!$output->isQuiet()) {
61-
$output->writeln('<info>The account "' . $uid . '" is to be added to SAML.</info>');
61+
$output->writeln('<info>The account "' . $uid . '" is to be added to the SAML backend.</info>');
6262
}
6363

6464
try {

0 commit comments

Comments
 (0)