We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f81c8 commit 73826f6Copy full SHA for 73826f6
1 file changed
src/languages/en.ts
@@ -6856,7 +6856,7 @@ const translations = {
6856
maxAge: ({maxAge}: ViolationsMaxAgeParams) => `Date older than ${maxAge} days`,
6857
missingCategory: 'Missing category',
6858
missingComment: 'Description required for selected category',
6859
- missingTag: ({tagName}: ViolationsMissingTagParams = {}) => `Missing ${tagName ?? 'tag'}`,
+ missingTag: ({tagName}: ViolationsMissingTagParams = {}) => `Missing ${tagName ?? 'Tag'}`,
6860
modifiedAmount: ({type, displayPercentVariance}: ViolationsModifiedAmountParams) => {
6861
switch (type) {
6862
case 'distance':
0 commit comments