feat: fix time between attempts label (#263)

This commit is contained in:
Raymond Zhou
2023-03-02 13:46:05 -08:00
committed by GitHub
parent 5d77dddaf6
commit b84c9c006e
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ export const messages = {
},
timerInputLabel: {
id: 'authoring.problemeditor.settings.timer.inputLabel',
defaultMessage: 'Attempts',
defaultMessage: 'Seconds',
description: 'Timer text input label',
},
typeSettingTitle: {

View File

@@ -20,7 +20,7 @@ exports[`TimerCard snapshot snapshot: renders reset true setting card 1`] = `
</div>
<Form.Group>
<Form.Control
floatingLabel="Attempts"
floatingLabel="Seconds"
onChange={[MockFunction timerCardHooks.handleChange]}
type="number"
value={5}