Skip to content

Commit 3ea2a30

Browse files
Fix message repeated twice in translation params
Co-authored-by: Morgan Chang <shin19991207@gmail.com>
1 parent 4a85969 commit 3ea2a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languageservice/services/validation/yaml-style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class YAMLStyleValidator implements AdditionalValidator {
2222
result.push(
2323
Diagnostic.create(
2424
this.getRangeOf(document, node.srcToken),
25-
l10n.t('Flow style mapping is forbidden', 'Flow style mapping is forbidden'),
25+
l10n.t('Flow style mapping is forbidden'),
2626
DiagnosticSeverity.Error,
2727
'flowMap'
2828
)

0 commit comments

Comments
 (0)