mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-12 16:12:17 -06:00
feat: Renamed translation strings
This commit is contained in:
@@ -10,7 +10,7 @@ class DialogCancelButton extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return TextButton(
|
||||
child: Text(S.of(context).genericActionCancelLabel),
|
||||
child: Text(S.of(context).cancel),
|
||||
onPressed: onTap ?? () => Navigator.pop(context),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user