mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Ensure owned call links are revoked on delete.
This commit is contained in:
committed by
Cody Henthorne
parent
03a212eee4
commit
290b0fe46f
@@ -5975,6 +5975,15 @@
|
||||
<string name="CallContextMenu__delete">Delete</string>
|
||||
|
||||
<!-- Call Log Fragment -->
|
||||
<!-- Displayed when deleting call history items -->
|
||||
<string name="CallLogFragment__deleting">Deleting…</string>
|
||||
<!-- Displayed in a toast when a deletion fails for an unknown reason -->
|
||||
<string name="CallLogFragment__deletion_failed">Deletion failed.</string>
|
||||
<!-- Displayed as message in error dialog when can't delete links -->
|
||||
<plurals name="CallLogFragment__cant_delete_call_link">
|
||||
<item quantity="one">Can\'t delete link. Check your connection and try again.</item>
|
||||
<item quantity="other">Not all call links could be deleted. Check your connection and try again.</item>
|
||||
</plurals>
|
||||
<!-- Snackbar text after clearing the call history -->
|
||||
<string name="CallLogFragment__cleared_call_history">Cleared call history</string>
|
||||
<!-- Dialog title to clear all call events -->
|
||||
|
||||
Reference in New Issue
Block a user