Add clarification about missing interpolations

This commit is contained in:
Blade Barringer
2015-08-10 07:42:52 -05:00
parent c8af280ce4
commit cb89f07dcf

View File

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