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/cs.json | |
| parent | f397537642a6b8a4079d8d45d835ddd50f2d2b4a (diff) | |
#434 - fix plain text issue
Diffstat (limited to 'src/i18n/cs.json')
| -rw-r--r-- | src/i18n/cs.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/cs.json b/src/i18n/cs.json index 51e9d342..020092a6 100644 --- a/src/i18n/cs.json +++ b/src/i18n/cs.json @@ -71,7 +71,7 @@ "account_not_locked_warning_link": "uzamčen", "attachments_sensitive": "Označovat přílohy jako citlivé", "content_type": { - "plain_text": "Prostý text", + "text/plain": "Prostý text", "text/html": "HTML", "text/markdown": "Markdown" }, |
