mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
Remove double warning
This commit is contained in:
parent
cb89f07dcf
commit
6ed3e77008
1 changed files with 2 additions and 2 deletions
|
|
@ -83,12 +83,12 @@ gulp.task('transifex:malformedStrings', () => {
|
|||
});
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue