mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Display proper error when call link deletion fails due to call link being in use.
This commit is contained in:
committed by
Greyson Parrelli
parent
a9c37a9668
commit
5f67bd9725
@@ -7209,6 +7209,8 @@
|
||||
<string name="CallLinkDetailsFragment__delete_call_link">Delete call link</string>
|
||||
<!-- Displayed whenever a name change, revocation, etc, fails. -->
|
||||
<string name="CallLinkDetailsFragment__couldnt_save_changes">Couldn\'t save changes. Check your network connection and try again.</string>
|
||||
<!-- Displayed when the call link is in use when the user tries to delete it -->
|
||||
<string name="CallLinkDetailsFragment__couldnt_delete_call_link">Couldn\'t delete call link as it is currently in use.</string>
|
||||
<!-- Displayed as title in dialog when user attempts to delete the link -->
|
||||
<string name="CallLinkDetailsFragment__delete_link">Delete link?</string>
|
||||
<!-- Displayed as body in dialog when user attempts to delete the link -->
|
||||
|
||||
Reference in New Issue
Block a user