Explorar el Código

feat: wordings corrected as suggested

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/44840/head
yemkareems hace 1 mes
padre
commit
04b112c941
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      core/Command/User/ClearGeneratedAvatarCacheCommand.php

+ 2
- 2
core/Command/User/ClearGeneratedAvatarCacheCommand.php Ver fichero

@@ -40,9 +40,9 @@ class ClearGeneratedAvatarCacheCommand extends Base {
}

protected function execute(InputInterface $input, OutputInterface $output): int {
$output->writeln("clearing avatar cache started");
$output->writeln("Clearing avatar cache has started");
$this->avatarManager->clearCachedAvatars();
$output->writeln("cleared avatar cache successfully");
$output->writeln("Cleared avatar cache successfully");
return 0;
}
}

Cargando…
Cancelar
Guardar