Fix lobby copy when another of your devices is solely already in the group call.

This commit is contained in:
Cody Henthorne
2021-08-23 10:39:36 -04:00
committed by Alex Hart
parent b7a067e954
commit 194975d068
3 changed files with 7 additions and 1 deletions

View File

@@ -1415,6 +1415,7 @@
<string name="WebRtcCallView__no_one_else_is_here">No one else is here</string>
<string name="WebRtcCallView__s_is_in_this_call">%1$s is in this call</string>
<string name="WebRtcCallView__s_are_in_this_call">%1$s are in this call</string>
<string name="WebRtcCallView__s_and_s_are_in_this_call">%1$s and %2$s are in this call</string>
<string name="WebRtcCallView__s_is_presenting">%1$s is presenting</string>