diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-07-12 10:46:52 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-07-12 10:46:52 +0000 |
| commit | 4cdfe4235d0dcb0b6ce0df9eb9cdb603d15d6821 (patch) | |
| tree | c496355d2ce649e74156aa0c8587554226db29bc /src/i18n | |
| parent | 0c5e4f89e304b80ec1279f18f05809503132de24 (diff) | |
| parent | 4a6300bbeea97432afe5729c081a6b2a5e071883 (diff) | |
Merge branch 'feat/add-you-to-last-message' into 'develop'
fix #894 add simple You: to chat list last message
Closes #894
See merge request pleroma/pleroma-fe!1181
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 5cc75460..796a527c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -786,6 +786,7 @@ "password_reset_required_but_mailer_is_disabled": "You must reset your password, but password reset is disabled. Please contact your instance administrator." }, "chats": { + "you": "You:", "message_user": "Message {nickname}", "delete": "Delete", "chats": "Chats", |
