Skip to content

Commit 99e87d5

Browse files
committed
🐛 Missing manage columns title translation
Signed-off-by: Ian Bolton <[email protected]>
1 parent ba613a2 commit 99e87d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/pages/applications/applications-table/components/manage-columns-toolbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const ManageColumnsToolbar = <TColumnKey extends string>({
4545
columns={columns}
4646
saveLabel={t("actions.save")}
4747
cancelLabel={t("actions.cancel")}
48-
title={t("title.manageColumns")}
48+
title={t("dialog.title.manageColumns")}
4949
/>
5050
)}
5151
</>

0 commit comments

Comments
 (0)