Skip to content

Commit

Permalink
Update notifications.php
Browse files Browse the repository at this point in the history
  • Loading branch information
helderneves91 authored and freekmurze committed Sep 4, 2023
1 parent 3c1dff3 commit a20718e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/lang/pt-BR/notifications.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

return [
'exception_message' => 'Exception message: :message',
'exception_trace' => 'Exception trace: :trace',
'exception_message_title' => 'Exception message',
'exception_trace_title' => 'Exception trace',
'exception_message' => 'Mensagem de exceção: :message',
'exception_trace' => 'Rastreamento de exceção: :trace',
'exception_message_title' => 'Mensagem de exceção',
'exception_trace_title' => 'Rastreamento de exceção',

'backup_failed_subject' => 'Falha no backup da aplicação :application_name',
'backup_failed_body' => 'Importante: Ocorreu um erro ao fazer o backup da aplicação :application_name',
Expand Down

0 comments on commit a20718e

Please sign in to comment.