Change admin approval string for call links.

This commit is contained in:
Alex Hart
2024-09-05 15:29:54 -03:00
committed by Cody Henthorne
parent 118085f692
commit 2123c642a5
4 changed files with 5 additions and 5 deletions

View File

@@ -6948,7 +6948,7 @@
<!-- Option to open a full screen dialog to edit a call name -->
<string name="CreateCallLinkBottomSheetDialogFragment__edit_call_name">Edit call name</string>
<!-- Toggle to require approval for all members before joining -->
<string name="CreateCallLinkBottomSheetDialogFragment__approve_all_members">Approve all members</string>
<string name="CreateCallLinkBottomSheetDialogFragment__require_admin_approval">Require admin approval</string>
<!-- Row label to share the link via Signal -->
<string name="CreateCallLinkBottomSheetDialogFragment__share_link_via_signal">Share link via Signal</string>
<!-- Row label to copy the link to the clipboard -->
@@ -7004,7 +7004,7 @@
<!-- Displayed in a text row, allowing the user to click and add a call name -->
<string name="CallLinkDetailsFragment__add_call_name">Add call name</string>
<!-- Displayed in a toggle row, allowing the user to click to enable or disable member approval -->
<string name="CallLinkDetailsFragment__approve_all_members">Approve all members</string>
<string name="CallLinkDetailsFragment__require_admin_approval">Require admin approval</string>
<!-- Displayed in a text row, allowing the user to share the call link -->
<string name="CallLinkDetailsFragment__share_link">Share link</string>
<!-- Displayed in a text row, allowing the user to delete the call link -->