Skip to content

Commit

Permalink
Fix wrong case
Browse files Browse the repository at this point in the history
  • Loading branch information
SKPG-Tech committed Sep 30, 2023
1 parent e96455b commit 07d9857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mistake_notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
message += `+ msgid "${mistake.id}"\n`;
message += `- msgstr "${mistake.str}"\n`;
break;
case 'invalid_color':
case 'invalid_colors':
message += '!!! Possible misuse of colors\n';
message += `+ msgid "${mistake.id}"\n`;
message += `- msgstr "${mistake.str}"\n`;
Expand Down

0 comments on commit 07d9857

Please sign in to comment.