mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
use i18n.translate functions for translations instead of this.props.intl.formatMessage function which is not injected (#29407) (#29411)
This commit is contained in:
parent
5b5b8e5e9a
commit
68bfccf6b4
1 changed files with 1 additions and 2 deletions
|
@ -181,8 +181,7 @@ class RequestSelector extends Component {
|
|||
{ selectedRequest.status === RequestStatus.PENDING &&
|
||||
<EuiLoadingSpinner
|
||||
size="m"
|
||||
aria-label={this.props.intl.formatMessage({
|
||||
id: 'inspectorViews.requests.requestInProgressAriaLabel',
|
||||
aria-label={i18n.translate('inspectorViews.requests.requestInProgressAriaLabel', {
|
||||
defaultMessage: 'Request in progress'
|
||||
})}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue