summaryrefslogtreecommitdiff
path: root/app/Locale/pt_PT
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-12-09 17:52:40 -0500
committerFrederic Guillot <fred@kanboard.net>2016-12-09 17:52:40 -0500
commit7459b40012012d18f027afaf2718129b5a6aff93 (patch)
treea5931912c6597f03f52439d8ecf96cb987f55353 /app/Locale/pt_PT
parent99c2556e318022c92c568713326f9936dc59059d (diff)
Fix typo in pt_PT translation
Diffstat (limited to 'app/Locale/pt_PT')
-rw-r--r--app/Locale/pt_PT/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index 9206ce68..446d1572 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1284,7 +1284,7 @@ return array(
'Write your text in Markdown' => 'Escreva o seu texto em Markdown',
'New External Task: %s' => 'Nova Tarefa Externa: %s',
'No personal API access token registered.' => 'Nenhum token pessoal de acesso ao API ',
- 'Your personal API access token is "%s"' => 'O seu token de acesso pessoal ao API ',
+ 'Your personal API access token is "%s"' => 'O seu token de acesso pessoal ao API "%s"',
'Remove your token' => 'Remover o seu token',
'Generate a new token' => 'Gerar um novo token',
);