diff options
| author | dave <starpumadev@gmail.com> | 2019-03-11 16:48:27 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-03-11 16:48:27 -0400 |
| commit | 130fb7ae1e037ad6fe3653e31185f76b4e0c281f (patch) | |
| tree | 816b6aee0683dcf5d36774a844c4d914b791677a /src/i18n/pt.json | |
| parent | f397537642a6b8a4079d8d45d835ddd50f2d2b4a (diff) | |
#434 - fix plain text issue
Diffstat (limited to 'src/i18n/pt.json')
| -rw-r--r-- | src/i18n/pt.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/pt.json b/src/i18n/pt.json index cbc2c9a3..29ab995b 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -71,7 +71,7 @@ "account_not_locked_warning_link": "fechada", "attachments_sensitive": "Marcar anexos como sensÃveis", "content_type": { - "plain_text": "Texto puro" + "text/plain": "Texto puro" }, "content_warning": "Assunto (opcional)", "default": "Acabei de chegar no Rio!", |
