diff --git a/services/web/app/views/subscriptions/plans/_mixins.pug b/services/web/app/views/subscriptions/plans/_mixins.pug index 2d6c4a0b8c..be80e3e684 100644 --- a/services/web/app/views/subscriptions/plans/_mixins.pug +++ b/services/web/app/views/subscriptions/plans/_mixins.pug @@ -621,6 +621,7 @@ mixin monthly_annual_switch(initialState, eventTracking, eventSegmentation) type="checkbox" checked=monthlyAnnualToggleChecked role="switch" + aria-label=translate("select_monthly_plans") autocomplete="off" event-tracking=eventTracking event-tracking-mb="true" diff --git a/services/web/app/views/subscriptions/plans/_mixins_nudge.pug b/services/web/app/views/subscriptions/plans/_mixins_nudge.pug index ab2dda4d00..ebe52fba76 100644 --- a/services/web/app/views/subscriptions/plans/_mixins_nudge.pug +++ b/services/web/app/views/subscriptions/plans/_mixins_nudge.pug @@ -579,6 +579,7 @@ mixin monthly_annual_switch(initialState, eventTracking, eventSegmentation) type="checkbox" checked=monthlyAnnualToggleChecked role="switch" + aria-label=translate("select_monthly_plans") autocomplete="off" event-tracking=eventTracking event-tracking-mb="true" diff --git a/services/web/locales/en.json b/services/web/locales/en.json index abbd3194a2..d1a26e283d 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1556,6 +1556,7 @@ "select_from_your_computer": "select from your computer", "select_github_repository": "Select a GitHub repository to import into __appName__.", "select_image_from_project_files": "Select image from project files", + "select_monthly_plans": "Select for monthly plans", "select_project": "Select __project__", "select_projects": "Select Projects", "select_tag": "Select tag __tagName__",