Skip to content
Snippets Groups Projects
Commit b70eb72b authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

MAINT-8856 Fixed URL behavior in group call popups

parent e236da41
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,8 @@ ...@@ -57,7 +57,8 @@
top="27" top="27"
visible="false" visible="false"
width="315" width="315"
word_wrap="true"> word_wrap="true"
parse_urls="false">
Connecting to [CALLEE_NAME] Connecting to [CALLEE_NAME]
</text> </text>
<text <text
...@@ -68,7 +69,8 @@ Connecting to [CALLEE_NAME] ...@@ -68,7 +69,8 @@ Connecting to [CALLEE_NAME]
name="calling" name="calling"
top="27" top="27"
width="315" width="315"
word_wrap="true"> word_wrap="true"
parse_urls="false">
Calling [CALLEE_NAME] Calling [CALLEE_NAME]
</text> </text>
<text <text
...@@ -90,7 +92,8 @@ No Answer. Please try again later. ...@@ -90,7 +92,8 @@ No Answer. Please try again later.
name="nearby" name="nearby"
top="27" top="27"
width="315" width="315"
word_wrap="true"> word_wrap="true"
parse_urls="false">
You have been disconnected from [VOICE_CHANNEL_NAME]. [RECONNECT_NEARBY] You have been disconnected from [VOICE_CHANNEL_NAME]. [RECONNECT_NEARBY]
</text> </text>
<text <text
...@@ -101,7 +104,8 @@ No Answer. Please try again later. ...@@ -101,7 +104,8 @@ No Answer. Please try again later.
name="nearby_P2P_by_other" name="nearby_P2P_by_other"
top="27" top="27"
width="315" width="315"
word_wrap="true"> word_wrap="true"
parse_urls="false">
Your call has ended. [RECONNECT_NEARBY] Your call has ended. [RECONNECT_NEARBY]
</text> </text>
<text <text
...@@ -112,7 +116,8 @@ No Answer. Please try again later. ...@@ -112,7 +116,8 @@ No Answer. Please try again later.
name="nearby_P2P_by_agent" name="nearby_P2P_by_agent"
top="27" top="27"
width="315" width="315"
word_wrap="true"> word_wrap="true"
parse_urls="false">
You have ended the call. [RECONNECT_NEARBY] You have ended the call. [RECONNECT_NEARBY]
</text> </text>
<text <text
...@@ -123,7 +128,8 @@ No Answer. Please try again later. ...@@ -123,7 +128,8 @@ No Answer. Please try again later.
name="leaving" name="leaving"
top="62" top="62"
width="315" width="315"
word_wrap="true"> word_wrap="true"
parse_urls="false">
Leaving [CURRENT_CHAT]. Leaving [CURRENT_CHAT].
</text> </text>
<button <button
......
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