diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-26 18:20:32 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-26 18:20:32 +0300 |
| commit | 8c3106c588f964a8e26c69784d5808ad1f72625c (patch) | |
| tree | 3b3973fb2c25f518726a819222902e9c1728552e /src/i18n | |
| parent | 44edb730c1e2298a00be0c1a139f80a1335ad7cf (diff) | |
Change the show/hide strings about, remove subjected status toggle when 'collapse' option not used
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index eefe10e5..ede8c3d8 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -629,7 +629,11 @@ "status_unavailable": "Status unavailable", "copy_link": "Copy link to status", "thread_muted": "Thread muted", - "thread_muted_and_words": ", has words:" + "thread_muted_and_words": ", has words:", + "show_full_subject": "Show full subject", + "hide_full_subject": "Hide full subject", + "show_content": "Show content", + "hide_content": "Hide content" }, "user_card": { "approve": "Approve", |
