Adjust copy depending on PNP settings.

This commit is contained in:
Nicholas Tinsley
2024-02-21 13:11:39 -05:00
committed by Greyson Parrelli
parent d555370076
commit 8c35628863
3 changed files with 13 additions and 4 deletions

View File

@@ -1862,8 +1862,10 @@
<string name="WebRtcCallView__disconnected">Disconnected</string>
<!-- Utilized in the lobby before joining a call link -->
<string name="WebRtcCallView__signal_call_link">Signal call link</string>
<!-- Warning displayed when entering a call via a link -->
<string name="WebRtcCallView__anyone_who_joins">Anyone who joins this call via the link will see your name, photo, and phone number.</string>
<!-- Warning displayed when entering a call via a link and you have Phone Number Privacy disabled-->
<string name="WebRtcCallView__anyone_who_joins_pnp_disabled">Anyone who joins this call via the link will see your name, photo, and phone number.</string>
<!-- Warning displayed when entering a call via a link and you have Phone Number Privacy enabled-->
<string name="WebRtcCallView__anyone_who_joins_pnp_enabled">Anyone who joins this call via the link will see your name and photo.</string>
<!-- Displayed on the call screen as the status when waiting to be let into a call link by an admin -->
<string name="WebRtcCallView__waiting_to_be_let_in">Waiting to be let in…</string>