typo sprintf

This commit is contained in:
Fred Tempez 2022-10-11 11:40:28 +02:00
parent 29b5d9e11b
commit 00da98f0fe
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ class plugin extends common
// Valeurs en sortie
$this->addOutput([
'redirect' => helper::baseUrl() . 'plugin',
'notification' => strintf( helper::translate('Le module %s de la page %s a été supprimé'), $this->getUrl(3), $this->getUrl(4) ),
'notification' => sprintf( helper::translate('Le module %s de la page %s a été supprimé'), $this->getUrl(3), $this->getUrl(4) ),
'state' => true
]);
}