mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 17:15:50 -06:00
chore: Rename variables, cleanup code
This commit is contained in:
@@ -204,9 +204,9 @@ class _ScannerPageState extends State<ScannerPage>
|
||||
if (!isGranted) {
|
||||
showSnackBar(
|
||||
context,
|
||||
"Please grant permissions for Paperless Mobile to access your filesystem.",
|
||||
"Please grant Paperless Mobile permissions to access your filesystem.",
|
||||
action: SnackBarActionConfig(
|
||||
label: "GO",
|
||||
label: "OK",
|
||||
onPressed: openAppSettings,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user