From 9569425906459a5b81dcaa53d67140a7e52dafd7 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 12 Oct 2021 09:52:53 +0200 Subject: [PATCH] =?UTF-8?q?[issue=2037]=20Fix=20typo=20dans=20un=20libell?= =?UTF-8?q?=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Command/AuteursMdp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/AuteursMdp.php b/src/Command/AuteursMdp.php index bee8f49..675d3b4 100644 --- a/src/Command/AuteursMdp.php +++ b/src/Command/AuteursMdp.php @@ -60,7 +60,7 @@ class AuteursMdp extends Command $this->io->text("Il faut un id ou un login ou un email pour identifier l'auteur !"); } } else { - $this->io->text("Il faut un statut !"); + $this->io->text("Il faut un mot de passe !"); } } -- 2.20.1