Skip to content

Commit

Permalink
Remove literal string interpolation from translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Feb 26, 2020
1 parent 6c7f5d7 commit cb0f786
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export function registerReindexIndicesRoutes(
message: i18n.translate(
'xpack.upgradeAssistant.reindex.reindexPrivilegesErrorBatch',
{
defaultMessage: `You do not have adequate privileges to reindex "${indexName}".`,
defaultMessage: `You do not have adequate privileges to reindex "{indexName}".`,
values: { indexName },
}
),
indexName,
Expand Down

0 comments on commit cb0f786

Please sign in to comment.