Skip to content

Commit

Permalink
update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrov-site committed May 10, 2024
1 parent a6f0472 commit cfd627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/messages/Messages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Messages = () => {
<Form onSubmit={handleSubmit}>
<InputGroup>
<Form.Label htmlFor="new-message" hidden>{t('form.labels.message')}</Form.Label>
<Form.Control placeholder={t('form.placeholders.message')} autoFocus id="new-message" aria-label={t('form.labels.message')} value={values.message} onChange={handleChange} type="text" name="message" />
<Form.Control placeholder={t('form.placeholders.message')} autoFocus id="new-message" aria-label={t('form.labels.newMessage')} value={values.message} onChange={handleChange} type="text" name="message" />
<Button type="submit">
<Send />
</Button>
Expand Down

0 comments on commit cfd627f

Please sign in to comment.