Skip to content

Commit

Permalink
runfix: make no commot protocol message more generic (#17637)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX authored Jun 24, 2024
1 parent 7c22bf1 commit ebb5c21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@
"ongoingGroupAudioCall": "Ongoing conference call with {{conversationName}}.",
"ongoingGroupVideoCall": "Ongoing video conference call with {{conversationName}}, your camera is {{cameraStatus}}.",
"ongoingVideoCall": "Ongoing video call with {{conversationName}}, your camera is {{cameraStatus}}.",
"otherUserNotSupportMLSMsg": "You can't communicate with {{participantName}} anymore, as you two now use different protocols. When {{participantName}} gets an update, you can call and send messages and files again.",
"otherUserNotSupportMLSMsg": "You can't communicate with {{participantName}}, as you two use different protocols. When {{participantName}} gets an update, you can call and send messages and files.",
"otherUserNoAvailableKeyPackages": "You can't communicate with {{participantName}} at the moment. When {{participantName}} logs in again, you can call and send messages and files again.",
"participantDevicesDetailHeadline": "Verify that this matches the fingerprint shown on [bold]{{user}}’s device[/bold].",
"participantDevicesDetailHowTo": "How do I do that?",
Expand Down Expand Up @@ -1380,8 +1380,8 @@
"searchTrySearch": "Find people by\nname or username",
"searchTrySearchFederation": "Find people in Wire by name or\n@username\n\nFind people from another domain\nby @username@domainname",
"searchTrySearchLearnMore": "Learn more",
"selfNotSupportMLSMsgPart1": "You can't communicate with {{selfUserName}} anymore, as your device doesn't support the suitable protocol.",
"selfNotSupportMLSMsgPart2": "to call, and send messages and files again.",
"selfNotSupportMLSMsgPart1": "You can't communicate with {{selfUserName}}, as your device doesn't support the suitable protocol.",
"selfNotSupportMLSMsgPart2": "to call, and send messages and files.",
"selfProfileImageAlt": "Your profile picture",
"servicesOptionsTitle": "Services",
"servicesRoomToggleInfo": "Open this conversation to services.",
Expand Down

0 comments on commit ebb5c21

Please sign in to comment.