diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-20 02:51:20 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-20 02:51:20 +0000 |
| commit | 4ba4772e921ce0600e62e116bbc8e68686e51f32 (patch) | |
| tree | c2bff1c7dfe6031728acbd42e2995c329cd829ea /src/i18n/messages.js | |
| parent | 9982376f9a316a5e4224ea44c7392b272f5549d1 (diff) | |
| parent | 3ec8e43a9704b2945d58395dba997adfa2106df5 (diff) | |
Merge branch 'cw-clickthrough' into 'develop'
Add support for configurable CW clickthrough
See merge request pleroma/pleroma-fe!310
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 32d886fa..2fa0f910 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -317,6 +317,7 @@ const en = { hide_attachments_in_tl: 'Hide attachments in timeline', hide_attachments_in_convo: 'Hide attachments in conversations', nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', + collapse_subject: 'Collapse posts with subjects', stop_gifs: 'Play-on-hover GIFs', autoload: 'Enable automatic loading when scrolled to the bottom', streaming: 'Enable automatic streaming of new posts when scrolled to the top', |
