mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Remove double warning
This commit is contained in:
@@ -83,12 +83,12 @@ gulp.task('transifex:malformedStrings', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!_.isEmpty(stringsWithMalformedInterpolations)) {
|
if (!_.isEmpty(stringsWithMalformedInterpolations)) {
|
||||||
let message = '*Warning:* The following strings have malformed or missing interpolations';
|
let message = 'The following strings have malformed or missing interpolations';
|
||||||
post(message, stringsWithMalformedInterpolations);
|
post(message, stringsWithMalformedInterpolations);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_.isEmpty(stringsWithIncorrectNumberOfInterpolations)) {
|
if (!_.isEmpty(stringsWithIncorrectNumberOfInterpolations)) {
|
||||||
let message = '*Warning:* The following strings have a different number of string interpolations';
|
let message = 'The following strings have a different number of string interpolations';
|
||||||
post(message, stringsWithIncorrectNumberOfInterpolations);
|
post(message, stringsWithIncorrectNumberOfInterpolations);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user