diff --git a/tasks/gulp-transifex-test.js b/tasks/gulp-transifex-test.js index 157021ee3a..94a5076874 100644 --- a/tasks/gulp-transifex-test.js +++ b/tasks/gulp-transifex-test.js @@ -83,7 +83,7 @@ gulp.task('transifex:malformedStrings', () => { }); if (!_.isEmpty(stringsWithMalformedInterpolations)) { - let message = '*Warning:* The following strings have malformed interpolations'; + let message = '*Warning:* The following strings have malformed or missing interpolations'; post(message, stringsWithMalformedInterpolations); }