mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 02:07:57 -06:00
feat: Renamed translation strings
This commit is contained in:
@@ -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