mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-16 16:12:33 -06:00
feat: Renamed translation strings
This commit is contained in:
@@ -15,7 +15,7 @@ class ApplicationSettingsPage extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(S.of(context).settingsPageApplicationSettingsLabel),
|
||||
title: Text(S.of(context).applicationSettings),
|
||||
),
|
||||
body: ListView(
|
||||
children: const [
|
||||
|
||||
@@ -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(),
|
||||
|
||||
@@ -9,7 +9,7 @@ class StorageSettingsPage extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(S.of(context).settingsPageStorageSettingsLabel),
|
||||
title: Text(S.of(context).storage),
|
||||
),
|
||||
body: ListView(
|
||||
children: const [
|
||||
|
||||
Reference in New Issue
Block a user