Skip to content

Commit fd0c258

Browse files
guerbyblizzz
andcommitted
Update lib/Command/UserAdd.php
Improve user message Co-authored-by: Arthur Schiwon <[email protected]> Signed-off-by: Laurent GUERBY <[email protected]>
1 parent 1651220 commit fd0c258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)