mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
Merge branch 'krille/missing-locals' into 'main'
chore: Add missing localization See merge request famedly/fluffychat!690
This commit is contained in:
commit
345560618e
@ -105,7 +105,7 @@ class StoriesHeader extends StatelessWidget {
|
||||
foregroundColor: Theme.of(context).textTheme.bodyText1?.color,
|
||||
child: const Icon(Icons.add),
|
||||
),
|
||||
title: const Text('Add to story'),
|
||||
title: Text(L10n.of(context)!.addToStory),
|
||||
onTap: () => _addToStoryAction(context),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user