Merge pull request #413 from jboucher614/patch-1

Fix typo; "discrad" to "discard" in discard shared file dialog
This commit is contained in:
Anton Stubenbord
2024-10-29 15:01:23 +01:00
committed by GitHub

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(),