pierrejeambrun commented on code in PR #64735:
URL: https://github.com/apache/airflow/pull/64735#discussion_r3057923960
##########
airflow-core/src/airflow/ui/src/queries/useBulkDeleteConnections.tsx:
##########
@@ -54,7 +54,9 @@ export const useBulkDeleteConnections = ({ clearSelections,
onSuccessConfirm }:
keys: success.join(", "),
resourceName: translate("admin:connections.connection_other"),
}),
- title: translate("toaster.bulkDelete.success.title"),
+ title: translate("toaster.bulkDelete.success.title", {
+ resourceName: translate("admin:connections.connection_other"),
Review Comment:
I believe this is consistent with what we have on bulk delete variables.
We can follow up with a update for both locations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]