mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-02-01 12:25:05 -06:00
feat: Renamed translation strings
This commit is contained in:
@@ -18,13 +18,13 @@ class DocumentsEmptyState extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: EmptyState(
|
||||
title: S.of(context).documentsPageEmptyStateOopsText,
|
||||
subtitle: S.of(context).documentsPageEmptyStateNothingHereText,
|
||||
title: S.of(context).oops,
|
||||
subtitle: S.of(context).thereSeemsToBeNothingHere,
|
||||
bottomChild: state.filter != DocumentFilter.initial && onReset != null
|
||||
? TextButton(
|
||||
onPressed: onReset,
|
||||
child: Text(
|
||||
S.of(context).documentsEmptyStateResetFilterLabel,
|
||||
S.of(context).resetFilter,
|
||||
),
|
||||
).padded()
|
||||
: null,
|
||||
|
||||
Reference in New Issue
Block a user