mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 08:12:16 -06:00
feat: Renamed translation strings
This commit is contained in:
@@ -8,8 +8,7 @@ class SecuritySettingsPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar:
|
||||
AppBar(title: Text(S.of(context).settingsPageSecuritySettingsLabel)),
|
||||
appBar: AppBar(title: Text(S.of(context).security)),
|
||||
body: ListView(
|
||||
children: const [
|
||||
BiometricAuthenticationSetting(),
|
||||
|
||||
Reference in New Issue
Block a user