mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix quote vs backtick typo (#21285)
This commit is contained in:
parent
d1f6f8f71d
commit
5eabdd530f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function CallResponseHandlersProvider(Private, Promise) {
|
|||
|
||||
if (response._shards && response._shards.failed) {
|
||||
toastNotifications.addWarning({
|
||||
title: '${response._shards.failed} of ${response._shards.total} shards failed',
|
||||
title: `${response._shards.failed} of ${response._shards.total} shards failed`,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue