Skip to content

Commit

Permalink
Fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZubairImtiaz3 committed Sep 23, 2023
1 parent effd350 commit 04de39a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/manage/Sharing/Sharing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const messages = defineMessages({
id: 'Search for user or group',
defaultMessage: 'Search for user or group',
},
ariaLabelSearch: {
id: 'Aria Label Search',
search: {
id: 'Search',
defaultMessage: 'Search',
},
inherit: {
Expand Down Expand Up @@ -347,7 +347,9 @@ class SharingComponent extends Component {
icon: 'search',
loading: isLoading,
disabled: isLoading,
'aria-label': this.props.intl.formatMessage(messages.ariaLabelSearch),
'aria-label': this.props.intl.formatMessage(
messages.search,
),
}}
placeholder={this.props.intl.formatMessage(
messages.searchForUserOrGroup,
Expand Down

0 comments on commit 04de39a

Please sign in to comment.