Merge branch 'krille/missing-locals' into 'main'

chore: Add missing localization

See merge request famedly/fluffychat!690
This commit is contained in:
Krille Fear 2022-01-20 15:09:52 +00:00
commit 345560618e

View File

@ -105,7 +105,7 @@ class StoriesHeader extends StatelessWidget {
foregroundColor: Theme.of(context).textTheme.bodyText1?.color, foregroundColor: Theme.of(context).textTheme.bodyText1?.color,
child: const Icon(Icons.add), child: const Icon(Icons.add),
), ),
title: const Text('Add to story'), title: Text(L10n.of(context)!.addToStory),
onTap: () => _addToStoryAction(context), onTap: () => _addToStoryAction(context),
); );
} }