refactor: priority messages duplication

This commit is contained in:
Takeshi Kimata
2024-07-21 11:18:05 +09:00
parent cbdd0cb1d4
commit 63df563b87
9 changed files with 79 additions and 29 deletions

View File

@@ -101,11 +101,6 @@ type CaseMessages = {
pleaseEnterTitle: string;
description: string;
testCaseDescription: string;
priority: string;
critical: string;
high: string;
medium: string;
low: string;
type: string;
other: string;
security: string;