diff --git a/front/src/views/Notifications.vue b/front/src/views/Notifications.vue
index 66aaccfa28393d81027edce4ab7fbb6153912c0d..98e6669436d654876fc90878917c18f47c73f115 100644
--- a/front/src/views/Notifications.vue
+++ b/front/src/views/Notifications.vue
@@ -24,7 +24,7 @@
           </tbody>
         </table>
         <p v-else>
-          <translate>No notifications yet.</translate>
+          <translate>No notification to show.</translate>
         </p>
       </div>
     </section>