Sfoglia il codice sorgente

feat: wordings corrected as suggested

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/44840/head
yemkareems 1 mese fa
parent
commit
04b112c941
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      core/Command/User/ClearGeneratedAvatarCacheCommand.php

+ 2
- 2
core/Command/User/ClearGeneratedAvatarCacheCommand.php Vedi File

@@ -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;
}
}

Loading…
Annulla
Salva