diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index f4807608011f..478159244baf 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -37,10 +37,10 @@ 'posted' => 'Posted :timestamp by :username', 'posted_at' => 'Posted at :timestamp', 'status' => [ - 1 => 'Enquête en cours', - 2 => 'Identifié', + 1 => 'Analyse en cours', + 2 => 'Correction en cours', 3 => 'Sous surveillance', - 4 => 'Corrigé', + 4 => 'Clôturé', ], ], diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php index 68eb9ab6f8a9..831b7d389e19 100644 --- a/resources/lang/fr-FR/dashboard.php +++ b/resources/lang/fr-FR/dashboard.php @@ -162,7 +162,7 @@ 'verified' => 'Vérifié', 'not_verified' => 'Non vérifié', 'subscriber' => ':email, abonné à :date', - 'no_subscriptions' => 'Souscrire à toutes les mises à jour', + 'no_subscriptions' => 'Aucune souscription', 'global' => 'Abonné globalement', 'add' => [ 'title' => 'Ajouter un abonné', diff --git a/resources/views/dashboard/incidents/add.blade.php b/resources/views/dashboard/incidents/add.blade.php index 421013bcf6c7..03ac825ccbff 100644 --- a/resources/views/dashboard/incidents/add.blade.php +++ b/resources/views/dashboard/incidents/add.blade.php @@ -113,7 +113,7 @@