'IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, "time to SLA" countdown will appear on all new incidents.',
'IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents.',
),
checkboxDetail:s__(
'IncidentSettings|When activated, this will apply to all new incidents within the project',
'IncidentSettings|When activated, this applies to all new incidents in the project.',
),
validFeedback:s__('IncidentSettings|Time limit must be a multiple of 15 minutes'),
validFeedback:s__('IncidentSettings|Time limit must be a multiple of 15 minutes.'),
},
selectOptions:Object.values(units),
units,
...
...
@@ -71,17 +71,17 @@ export default {
// This checks for empty and non-number values, because input elements of
// type 'number' automatically convert a non-number input to an empty string.
if(this.duration===''){
returns__('IncidentSettings|Time limit must be a valid number');
returns__('IncidentSettings|Time limit must be a valid number.');
}
if(this.duration<=0){
returns__('IncidentSettings|Time limit must be greater than 0');
returns__('IncidentSettings|Time limit must be greater than 0.');
}
// We're looking for a minutes value provided in multiples of 15
@@ -12,7 +12,7 @@ exports[`Alert integration settings form should match the default snapshot 1`] =
class="gl-line-height-20"
>
You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, "time to SLA" countdown will appear on all new incidents.
Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents.
</p>
...
...
@@ -30,7 +30,7 @@ exports[`Alert integration settings form should match the default snapshot 1`] =
textvariant="muted"
>
When activated, this will apply to all new incidents within the project
When activated, this applies to all new incidents in the project.
msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
msgstr ""
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
...
...
@@ -16593,19 +16596,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
msgstr ""
msgid "IncidentSettings|Time limit must be a valid number"
msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
msgid "IncidentSettings|Time limit must be greater than 0"
msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
msgid "IncidentSettings|When activated, this applies to all new incidents in the project."