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 1f3c83c commit 1570776Copy full SHA for 1570776
lib/content_management/view/sources_page.dart
@@ -187,7 +187,7 @@ class _SourcesDataSource extends DataTableSource {
187
),
188
IconButton(
189
icon: const Icon(Icons.archive),
190
- tooltip: 'Archive', // TODO(you): Will be fixed in l10n phase.
+ tooltip: l10n.archive,
191
onPressed: () {
192
// Dispatch delete event
193
context.read<ContentManagementBloc>().add(
0 commit comments