diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-31 03:54:37 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-31 03:54:37 +0000 |
| commit | 84aa1ecdcd9b7dce53761d84e99f0105a2093280 (patch) | |
| tree | e22cd240cbae010fe4ea521ca5012e109229300c /src/i18n/messages.js | |
| parent | 2dd99c7dd95e6af2c177172c09370a5193016f3b (diff) | |
| parent | cabcb5c81b2d0018e07448f2d1bf72f5aa6e42e0 (diff) | |
Merge branch 'feature/rich-text' into 'develop'
initial rich text authoring support
See merge request pleroma/pleroma-fe!325
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 30055192..bfe0d92b 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -392,6 +392,9 @@ const en = { unlisted: 'Unlisted - Do not post to public timelines', private: 'Followers-only - Post to followers only', direct: 'Direct - Post to mentioned users only' + }, + content_type: { + plain_text: 'Plain text' } }, finder: { |
