Skip to content

Commit a079831

Browse files
shubhamraj-gitYour friendly bot
authored andcommitted
[v3-1-test] fix toaster (apache#64142)
(cherry picked from commit 45bdd0d) Co-authored-by: Shubham Raj <48172486+shubhamraj-git@users.noreply.github.com>
1 parent ca42a61 commit a079831

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

airflow-core/src/airflow/ui/src/queries/useBulkDeleteVariables.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ export const useBulkDeleteVariables = ({ clearSelections, onSuccessConfirm }: Pr
5454
keys: success.join(", "),
5555
resourceName: translate("admin:variables.variable_other"),
5656
}),
57-
title: translate("toaster.bulkDelete.success.title"),
57+
title: translate("toaster.bulkDelete.success.title", {
58+
resourceName: translate("admin:variables.variable_other"),
59+
}),
5860
type: "success",
5961
});
6062
clearSelections();

0 commit comments

Comments
 (0)