diff options
Diffstat (limited to 'templates/category')
-rw-r--r-- | templates/category/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/category/table.html b/templates/category/table.html index ad42258..e05c84b 100644 --- a/templates/category/table.html +++ b/templates/category/table.html @@ -9,7 +9,7 @@ <section class="g-Section"> {% if not categories %} - <div class="g-Payments__NoResults"> + <div class="g-Table__NoResults"> Il n’y a aucune catégorie. </div> {% endif %} |