diff options
author | rafacamargo123 <rafacamargo123@gmail.com> | 2019-01-28 00:37:22 -0200 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-01-28 22:26:51 -0800 |
commit | ef1abecee4d7860c1e612310ed3509d321039e6f (patch) | |
tree | 6f86cac53be2a110d4ce88dcc2cbad8b40c70a1d /app/Locale | |
parent | cc34318bc79403421be582c15186eb4d523013a1 (diff) |
Fix pt_br translation typo
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 3bcea8f2..b41e0c64 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1002,7 +1002,7 @@ return array( 'Change subtask position' => 'Alterar a posição da subtarefa', 'This value must be greater than %d' => 'Este valor deve ser maior que %d', 'Another swimlane with the same name exists in the project' => 'Outra raia existe com o mesmo nome no projeto', - 'Example: https://example.kanboard.org/ (used to generate absolute URLs)' => 'Exemplo: https://exemple.kanboard.org/ (usado para gerar URLs absolutos)', + 'Example: https://example.kanboard.org/ (used to generate absolute URLs)' => 'Exemplo: https://exemplo.kanboard.org/ (usado para gerar URLs absolutos)', 'Actions duplicated successfully.' => 'Ações duplicadas com sucesso.', 'Unable to duplicate actions.' => 'Não foi possível duplicar as ações.', 'Add a new action' => 'Adicionar uma nova ação', |