Added missing EN translations in incident.ts

Added missing translations
This commit is contained in:
ghotso
2025-08-18 18:56:17 +02:00
committed by GitHub
parent 98d33a609e
commit f686134525
@@ -53,4 +53,12 @@ export const incidentTranslations: IncidentTranslations = {
failedToUpdateStatus: 'Failed to update status',
inProgress: 'In Progress',
enterRootCause: 'Enter Root Cause',
enterIncidentTitle: 'Enter Incident Title',
enterIncidentDescription: 'Enter Incident Description',
enterServiceId: 'Enter Service-IDs seperated by comma',
selectAssignedUser: 'Select Assigned User',
noAssignedUser: 'Incident is currently not assigned to any user',
affectedSystems: 'Affected Systems',
enterAffectedSystems: 'Enter Affected Systems',
separateSystemsWithComma: 'Enter affected systems seperated by comma',
};