diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 496c0cb2..f1245d51 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -29,10 +29,11 @@ return [ 'incidents' => [ 'none' => 'Nenhum incidente reportado', 'past' => 'Incidentes anteriores', - 'stickied' => 'Incidentes Persistentes', + 'stickied' => 'Incidentes Fixados', 'scheduled' => 'Manutenção Agendada', 'scheduled_at' => ', agendada :timestamp', 'posted' => 'Postado :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Investigando', 2 => 'Identificado',