change typo

This commit is contained in:
Simon Vieille 2020-10-14 16:23:09 +02:00
parent 0d98a40536
commit d279fbd813
Signed by: deblan
GPG Key ID: 03383D15A1D31745
3 changed files with 3 additions and 3 deletions

View File

@ -60,4 +60,4 @@
"You do not have permission to change the settings.": "Sie haben keine Berechtigung zum Ändern der Einstellungen."
"Force this configuration to users": "Erzwingen Sie diese Konfiguration für Benutzer"
"Export the configuration": "Exportieren Sie die Konfiguration"
"Remove the cache": "Entfernen Sie den Cache"
"Purge the cache": "Leeren Sie den Cache"

View File

@ -60,4 +60,4 @@
"You do not have permission to change the settings.": "Vous n'avez pas la permission de changer les paramètres."
"Force this configuration to users": "Forcer cette configuration aux utilisateurs"
"Export the configuration": "Exporter la configuration"
"Remove the cache": "Supprimer le cache"
"Purge the cache": "Purger le cache"

View File

@ -512,7 +512,7 @@ $choicesSizes = [
<a href="<?php echo $urlGenerator->linkToRoute('side_menu.AdminSetting.removeCache') ?>">
<button class="btn btn-primary" >
<?php p($l->t('Remove the cache')); ?> (<?php echo $cacheSize ?> Kb)
<?php p($l->t('Purge the cache')); ?> (<?php echo $cacheSize ?> Kb)
</button>
</a>