We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95536d2 commit 1f3c83cCopy full SHA for 1f3c83c
lib/content_management/view/headlines_page.dart
@@ -186,7 +186,7 @@ class _HeadlinesDataSource extends DataTableSource {
186
),
187
IconButton(
188
icon: const Icon(Icons.archive),
189
- tooltip: 'Archive', // TODO(you): Will be fixed in l10n phase.
+ tooltip: l10n.archive,
190
onPressed: () {
191
context.read<ContentManagementBloc>().add(
192
ArchiveHeadlineRequested(headline.id),
0 commit comments