diff options
| author | kaniini <nenolod@gmail.com> | 2018-09-27 21:24:23 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-09-27 21:24:23 +0000 |
| commit | 65c03f1a0b26af15eb3913e3469293933f462f05 (patch) | |
| tree | 9c3bc2365c983c300f0fe5f505bd316e7ab2e583 | |
| parent | 9d0bbe37e668150e897d505134d4ac7686a59eea (diff) | |
| parent | 11f1bac502c96f2d58274bb2a5dbb6a2930bcb61 (diff) | |
Merge branch 'i18n/no_rich_text' into 'develop'
Less confusing description for no_rich_text_formatting
See merge request pleroma/pleroma-fe!351
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/ru.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8c7360e9..b3cb6598 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -130,7 +130,7 @@ "notification_visibility_likes": "Likes", "notification_visibility_mentions": "Mentions", "notification_visibility_repeats": "Repeats", - "no_rich_text_description": "Disable rich text support", + "no_rich_text_description": "Strip rich text formatting from all posts", "nsfw_clickthrough": "Enable clickthrough NSFW attachment hiding", "panelRadius": "Panels", "pause_on_unfocused": "Pause streaming when tab is not focused", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 3a50369a..921bf67e 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -114,6 +114,7 @@ "notification_visibility_likes": "Лайки", "notification_visibility_mentions": "Упоминания", "notification_visibility_repeats": "Повторы", + "no_rich_text_description": "Убрать форматирование из всех постов", "nsfw_clickthrough": "Включить скрытие NSFW вложений", "panelRadius": "Панели", "pause_on_unfocused": "Приостановить загрузку когда вкладка не в фокусе", |
