diff options
author | Joris | 2021-10-10 19:27:22 +0200 |
---|---|---|
committer | Joris | 2021-10-10 21:21:34 +0200 |
commit | 6e695bf7a0253b4f6d1db78fa4310616d8a1357f (patch) | |
tree | a5b9f30b74a6914336993f93504df3b42fccb933 /templates/category/table.html | |
parent | 8ccd762bfc3d7da2716749d709cf5cc216882a23 (diff) |
Search by name, cost and user
Diffstat (limited to 'templates/category/table.html')
-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 %} |