Skip to content

Commit

Permalink
Use ariaLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Nov 19, 2024
1 parent e0d226d commit 8fdcedb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const MessagesSetting = props => {
module={ SUBSCRIPTIONS_MODULE_NAME }
saveDisabled={ isSaving }
isDisabled={ disabled }
id="welcome-email"
>
<SettingsGroup
hasChild
Expand All @@ -60,7 +59,7 @@ const MessagesSetting = props => {
) }
</p>
<Textarea
labelledBy="welcome-email"
ariaLabel={ __( 'Welcome email message', 'jetpack' ) }
disabled={ disabled }
name={ SUBSCRIPTION_OPTIONS }
value={ welcomeMessage }
Expand Down

0 comments on commit 8fdcedb

Please sign in to comment.