chore: Add missing localization
This commit is contained in:
parent
767c412799
commit
e14ec8b3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue