feat: fix time between attempts label (#263)
This commit is contained in:
@@ -166,7 +166,7 @@ export const messages = {
|
||||
},
|
||||
timerInputLabel: {
|
||||
id: 'authoring.problemeditor.settings.timer.inputLabel',
|
||||
defaultMessage: 'Attempts',
|
||||
defaultMessage: 'Seconds',
|
||||
description: 'Timer text input label',
|
||||
},
|
||||
typeSettingTitle: {
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user