fix: mettre a jour le texte de synchronisation complete
templates/admin/sync/index.html.twig: - Description changee de "Reindexe tous les clients et revendeurs" vers "Reindexe tous les clients, revendeurs et tarifs dans Meilisearch" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<div>
|
||||
<h2 class="font-bold uppercase text-sm">Synchronisation complete</h2>
|
||||
<p class="text-xs text-gray-500 mt-1">Reindexe tous les clients et revendeurs dans Meilisearch.</p>
|
||||
<p class="text-xs text-gray-500 mt-1">Reindexe tous les clients, revendeurs et tarifs dans Meilisearch.</p>
|
||||
</div>
|
||||
<form method="post" action="{{ path('app_admin_sync_all') }}" data-confirm="Lancer la synchronisation complete ?">
|
||||
<button type="submit" class="px-6 py-3 btn-gold font-bold uppercase text-xs tracking-wider hover:shadow-[2px_2px_0px_rgba(0,0,0,1)] active:shadow-none active:translate-x-1 active:translate-y-1">
|
||||
|
||||
Reference in New Issue
Block a user