diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-01 18:45:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-01 18:45:24 +0000 |
| commit | c17de4b638f6a2a575e5b44bccca9c39fe4db30e (patch) | |
| tree | 895408dd06b5fd52edd5d2b6dcee1ad8de4ff7d8 /src/i18n | |
| parent | 6c24ae9b0be25becc453cd62ba78b955c5fb6c70 (diff) | |
| parent | dee9ab7bda8edd28868d55d6738665022a53c1a0 (diff) | |
Merge branch '470-toggle-subject-content' into 'develop'
Resolve "Handling subjects/spoiler_text/cw not working properly"
Closes #470
See merge request pleroma/pleroma-fe!721
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c501c6a7..baf3b28a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -20,7 +20,9 @@ "submit": "Submit", "more": "More", "generic_error": "An error occured", - "optional": "optional" + "optional": "optional", + "show_more": "Show more", + "show_less": "Show less" }, "image_cropper": { "crop_picture": "Crop picture", |
