Fix typo; "discrad" to "discard" in discard shared file dialog

Fixing typo only
This commit is contained in:
Jimmy Boucher
2024-04-17 18:42:16 -04:00
committed by GitHub
parent 94b5cedbec
commit cddbf35da9

View File

@@ -37,7 +37,7 @@ class DiscardSharedFileDialog extends StatelessWidget {
),
title: Text(S.of(context)!.discardFile),
content: Text(
"The shared file was not yet processed. Do you want to discrad the file?", //TODO: INTL
"The shared file was not yet processed. Do you want to discard the file?", //TODO: INTL
),
actions: [
DialogCancelButton(),