mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-25 19:00:45 +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,
|
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),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user