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 1570776 commit 600be46Copy full SHA for 600be46
lib/content_management/view/topics_page.dart
@@ -180,7 +180,7 @@ class _TopicsDataSource extends DataTableSource {
180
),
181
IconButton(
182
icon: const Icon(Icons.archive),
183
- tooltip: 'Archive', // TODO(you): Will be fixed in l10n phase.
+ tooltip: l10n.archive,
184
onPressed: () {
185
// Dispatch delete event
186
context.read<ContentManagementBloc>().add(
0 commit comments