mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +01:00
Fix wrong string used in collections settings
This commit is contained in:
parent
278e75293c
commit
31cb93f8b1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class _WrappedAlbumSettingsState extends State<_WrappedAlbumSettings>
|
||||||
slivers: [
|
slivers: [
|
||||||
SliverAppBar(
|
SliverAppBar(
|
||||||
pinned: true,
|
pinned: true,
|
||||||
title: Text(L10n.global().settingsViewerTitle),
|
title: Text(L10n.global().collectionsTooltip),
|
||||||
),
|
),
|
||||||
SliverList(
|
SliverList(
|
||||||
delegate: SliverChildListDelegate(
|
delegate: SliverChildListDelegate(
|
||||||
|
|
Loading…
Reference in a new issue