diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-05-26 22:22:55 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-05-26 22:22:55 +0000 |
| commit | 477e22aa9ce8a1f2128a47e331f0712f3cea6d93 (patch) | |
| tree | d461a9bec973d0d2530f3239c12a56e7076765f6 /src/i18n | |
| parent | 3dca3639fd3ec61b547b9f1a55a0fbd73a3647cd (diff) | |
| parent | 7341b8a5516621985a76456e1eefc58cd23ff2e2 (diff) | |
Merge branch 'feat/sidebarRight' into 'develop'
Implement right sidebar option as user option
See merge request pleroma/pleroma-fe!1387
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index d6138482..1b38e29a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -345,6 +345,7 @@ "hide_all_muted_posts": "Hide muted posts", "max_thumbnails": "Maximum amount of thumbnails per post", "hide_isp": "Hide instance-specific panel", + "right_sidebar": "Show sidebar on the right side", "hide_wallpaper": "Hide instance wallpaper", "preload_images": "Preload images", "use_one_click_nsfw": "Open NSFW attachments with just one click", |
