Skip to content

Commit c613be7

Browse files
authored
🐛 Missing manage columns title translation (#1904)
Missing full path to translation text in manage columns modal. Signed-off-by: Ian Bolton <[email protected]>
1 parent ba613a2 commit c613be7

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)