Skip to content
Snippets Groups Projects
Commit e252811a authored by Nico's avatar Nico
Browse files

Make clear that deleting single messages is just about our side

Related to #286
parent 7df90415
No related branches found
No related tags found
1 merge request!139Make clear that deleting messages is just about our side
......@@ -185,7 +185,7 @@ fun ConversationItemView(
ContextMenuArea(
items = {
listOf(
ContextMenuItem(i18n("delete")) { onDelete(item.id) }
ContextMenuItem(i18n("conversation.delete.single")) { onDelete(item.id) }
)
}
) {
......
......@@ -39,6 +39,7 @@ conversation.message.unread=Unread messages
conversation.message.new=New Message
conversation.delete.all.dialog.title=Confirm Message Deletion
conversation.delete.all.dialog.message=Are you sure that you want to delete all messages?
conversation.delete.single=Delete message for me
conversation.delete.failed.dialog.title=Could not delete all messages
conversation.delete.failed.dialog.message.ongoing_both=Messages related to ongoing invitations and introductions cannot be deleted until they conclude.
conversation.delete.failed.dialog.message.ongoing_introductions=Messages related to ongoing introductions cannot be deleted until they conclude.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment