File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/content_management/view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
9494 actions: [
9595 IconButton (
9696 icon: const Icon (Icons .inventory_2_outlined),
97- tooltip: 'Archived Items' , // TODO(you): Will be fixed in l10n phase.
97+ tooltip: l10n.archivedItems,
9898 onPressed: () {
9999 final currentTab =
100100 context.read <ContentManagementBloc >().state.activeTab;
@@ -110,7 +110,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
110110 ),
111111 IconButton (
112112 icon: const Icon (Icons .add),
113- tooltip: 'Add New Item' , // TODO(you): Will be fixed in l10n phase.
113+ tooltip: l10n.addNewItem,
114114 onPressed: () {
115115 final currentTab = context
116116 .read <ContentManagementBloc >()
You can’t perform that action at this time.
0 commit comments