Skip to content

Commit

Permalink
Update error message for untracked translations (elastic#39404) (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wylie Conlon authored Jun 25, 2019
1 parent af21c66 commit 4c8d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/run_i18n_check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ run(
const list = new Listr(
[
{
title: 'Checking For Untracked Messages',
title: 'Checking For Untracked Messages based on .i18nrc.json',
task: () => new Listr(extractUntrackedMessages(srcPaths, config), { exitOnError: true }),
},
{
Expand Down

0 comments on commit 4c8d904

Please sign in to comment.