mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Add clarification about missing interpolations
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user