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>
94
94
actions: [
95
95
IconButton (
96
96
icon: const Icon (Icons .inventory_2_outlined),
97
- tooltip: 'Archived Items' , // TODO(you): Will be fixed in l10n phase.
97
+ tooltip: l10n.archivedItems,
98
98
onPressed: () {
99
99
final currentTab =
100
100
context.read <ContentManagementBloc >().state.activeTab;
@@ -110,7 +110,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
110
110
),
111
111
IconButton (
112
112
icon: const Icon (Icons .add),
113
- tooltip: 'Add New Item' , // TODO(you): Will be fixed in l10n phase.
113
+ tooltip: l10n.addNewItem,
114
114
onPressed: () {
115
115
final currentTab = context
116
116
.read <ContentManagementBloc >()
You can’t perform that action at this time.
0 commit comments