Skip to content
Snippets Groups Projects
Unverified Commit d839a4d4 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Localize 'How often should we check for results?' (#41254)

parent 9cdf2340
Branches
Tags
No related merge requests found
......@@ -570,7 +570,7 @@ export function AlertEditSchedule({ alertType, schedule, onScheduleChange }) {
return (
<div>
<h3 className={cx(CS.mt4, CS.mb3, CS.textDark)}>
How often should we check for results?
{t`How often should we check for results?`}
</h3>
<div className={cx(CS.bordered, CS.rounded, CS.mb2)}>
......@@ -580,7 +580,7 @@ export function AlertEditSchedule({ alertType, schedule, onScheduleChange }) {
schedule={schedule}
scheduleOptions={["hourly", "daily", "weekly"]}
onScheduleChange={onScheduleChange}
textBeforeInterval="Check"
textBeforeInterval={t`Check`}
/>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment