Update copy

This commit is contained in:
Neeraj Gupta 2022-11-20 12:51:11 +05:30
parent 2960cc3ec1
commit f3aeaa618c
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -216,10 +216,10 @@ class _SharingDialogState extends State<SharingDialog> {
if (!enable) {
final choice = await showChoiceDialog(
context,
'Disable link',
'Are you sure that you want to disable the album link?',
firstAction: 'Yes, disable',
secondAction: 'No',
'Remove public link?',
'This will remove the public link for accessing "${widget.collection.name}".',
firstAction: 'Yes, remove',
secondAction: 'Cancel',
actionType: ActionType.critical,
);
if (choice != DialogUserChoice.firstChoice) {