diff options
author | crupest <crupest@outlook.com> | 2021-07-06 00:54:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-06 00:54:24 +0800 |
commit | f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8 (patch) | |
tree | 219b763b2d3953d2a210eae409a956a84ccceebd /FrontEnd/src/locales/en/translation.json | |
parent | 1bc3f67b737ec65bb4e7a825233ebadedbac4187 (diff) | |
download | timeline-f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8.tar.gz timeline-f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8.tar.bz2 timeline-f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8.zip |
feat: Fix #625.
Diffstat (limited to 'FrontEnd/src/locales/en/translation.json')
-rw-r--r-- | FrontEnd/src/locales/en/translation.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json index da824e4a..966eddda 100644 --- a/FrontEnd/src/locales/en/translation.json +++ b/FrontEnd/src/locales/en/translation.json @@ -80,6 +80,7 @@ "sendPostFailed": "Failed to send post.", "dropDraft": "Drop Draft", "confirmLeave": "Are you sure to leave? All content you typed would be lost.", + "postNoLogin": "Please <l>login</l> to send post.", "visibility": { "public": "public to everyone", "register": "only registed people can see", |