mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 04:08:03 -06:00
feat: Update translations, improved saved views creation help
This commit is contained in:
@@ -85,8 +85,10 @@ class _LandingPageState extends State<LandingPage> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(S.of(context)!.noSavedViewOnHomepageHint)
|
||||
.padded(),
|
||||
Text(
|
||||
S.of(context)!.youDidNotSaveAnyViewsYet,
|
||||
style: Theme.of(context).textTheme.bodySmall,
|
||||
).padded(),
|
||||
TextButton.icon(
|
||||
onPressed: () {
|
||||
const CreateSavedViewRoute(
|
||||
|
||||
Reference in New Issue
Block a user