Add subscription cancellation step during account deletion.

This commit is contained in:
Alex Hart
2022-02-23 09:00:02 -04:00
committed by Greyson Parrelli
parent 2de5ea43fb
commit 2ed39e4448
5 changed files with 52 additions and 0 deletions

View File

@@ -3442,6 +3442,8 @@
<string name="DeleteAccountFragment__leaving_groups">Leaving groups…</string>
<!-- Title of progress dialog shown when a user deletes their account and the process has left all groups -->
<string name="DeleteAccountFragment__deleting_account">Deleting account…</string>
<!-- Message of progress dialog shown when a user deletes their account and the process is canceling their subscription -->
<string name="DeleteAccountFragment__canceling_your_subscription">Canceling your subscription…</string>
<!-- Message of progress dialog shown when a user deletes their account and the process is leaving groups -->
<string name="DeleteAccountFragment__depending_on_the_number_of_groups">Depending on the number of groups you\'re in, this might take a few minutes</string>
<!-- Message of progress dialog shown when a user deletes their account and the process has left all groups -->