Fix wrong string used in collections settings

This commit is contained in:
Ming Ming 2024-06-22 14:25:00 +08:00
parent 278e75293c
commit 31cb93f8b1

View file

@ -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(