Skip to content

Commit

Permalink
🐛 Missing manage columns title translation (#1904)
Browse files Browse the repository at this point in the history
Missing full path to translation text in manage columns modal.

Signed-off-by: Ian Bolton <ibolton@redhat.com>
  • Loading branch information
ibolton336 committed May 9, 2024
1 parent ba613a2 commit c613be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ManageColumnsToolbar = <TColumnKey extends string>({
columns={columns}
saveLabel={t("actions.save")}
cancelLabel={t("actions.cancel")}
title={t("title.manageColumns")}
title={t("dialog.title.manageColumns")}
/>
)}
</>
Expand Down

0 comments on commit c613be7

Please sign in to comment.