mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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: [
|
||||
SliverAppBar(
|
||||
pinned: true,
|
||||
title: Text(L10n.global().settingsViewerTitle),
|
||||
title: Text(L10n.global().collectionsTooltip),
|
||||
),
|
||||
SliverList(
|
||||
delegate: SliverChildListDelegate(
|
||||
|
|
Loading…
Reference in a new issue