fix quote vs backtick typo (#21285)

This commit is contained in:
Matt Bargar 2018-07-26 17:25:40 -04:00 committed by GitHub
parent d1f6f8f71d
commit 5eabdd530f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`,
});
}