Skip to content

Fix bulk connection delete banner#64735

Open
shubhamraj-git wants to merge 1 commit intoapache:mainfrom
shubhamraj-git:fix-conn-toaster
Open

Fix bulk connection delete banner#64735
shubhamraj-git wants to merge 1 commit intoapache:mainfrom
shubhamraj-git:fix-conn-toaster

Conversation

@shubhamraj-git
Copy link
Copy Markdown
Contributor

Issue -

Screenshot 2026-04-05 at 4 36 30 AM

Copy link
Copy Markdown
Contributor

@shivaam shivaam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

}),
title: translate("toaster.bulkDelete.success.title"),
title: translate("toaster.bulkDelete.success.title", {
resourceName: translate("admin:connections.connection_other"),
Copy link
Copy Markdown
Contributor

@shivaam shivaam Apr 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: consider translate("admin:connections.connection", { count: success.length }) here (and for the description's resourceName above) to match the count-driven plural pattern used by DataTable elsewhere in the UI. It would make the toast grammatically correct for n=1 and for languages with richer plural forms. Since the function is available, seems worth using it

@eladkal eladkal modified the milestones: Airflow 3.1.9, Airflow 3.2.1 Apr 5, 2026
@eladkal eladkal added the backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch label Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants