Make "Jump to date" translatable (#8218)

pull/21833/head
Robin 2022-04-04 07:32:36 -04:00 committed by GitHub
parent 13a51654e7
commit 39f001e7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ const JumpToDatePicker: React.FC<IProps> = ({ ts, onDatePicked }: IProps) => {
className="mx_JumpToDatePicker_form" className="mx_JumpToDatePicker_form"
onSubmit={onJumpToDateSubmit} onSubmit={onJumpToDateSubmit}
> >
<span className="mx_JumpToDatePicker_label">Jump to date</span> <span className="mx_JumpToDatePicker_label">{ _t("Jump to date") }</span>
<Field <Field
componentClass={NativeOnChangeInput} componentClass={NativeOnChangeInput}
type="date" type="date"