mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 03:15:48 -06:00
Merge pull request #413 from jboucher614/patch-1
Fix typo; "discrad" to "discard" in discard shared file dialog
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user