mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Replaced placeholder text with new string
This commit is contained in:
parent
8d97f31b4d
commit
1f68791da9
@ -96,9 +96,7 @@ class ClearAllDataDialog : DialogFragment() {
|
|||||||
binding.dialogDescriptionText.setText(R.string.clearDataAllDescription)
|
binding.dialogDescriptionText.setText(R.string.clearDataAllDescription)
|
||||||
}
|
}
|
||||||
Steps.NETWORK_PROMPT -> {
|
Steps.NETWORK_PROMPT -> {
|
||||||
// ACL TODO - This was `dialog_clear_all_data_clear_device_and_network_confirmation` - need an equivalent?
|
binding.dialogDescriptionText.text = getString(R.string.clearDeviceAndNetworkConfirm)
|
||||||
val txt = "Are you sure you want to delete your data from the network? If you continue you will not be able to restore your messages or contacts."
|
|
||||||
binding.dialogDescriptionText.text = txt
|
|
||||||
}
|
}
|
||||||
Steps.DELETING -> { /* do nothing intentionally */ }
|
Steps.DELETING -> { /* do nothing intentionally */ }
|
||||||
Steps.RETRY_LOCAL_DELETE_ONLY_PROMPT -> {
|
Steps.RETRY_LOCAL_DELETE_ONLY_PROMPT -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user