mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 11:20:08 +03:00
Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
b626a3d5cb
commit
7bbfaed500
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||
)}
|
||||
</p>
|
||||
|
||||
<span className="mx_ExportDialog_subheading">{_t("Format")}</span>
|
||||
<span className="mx_ExportDialog_subheading">{ _t("Format") }</span>
|
||||
|
||||
<StyledRadioGroup
|
||||
name="feedbackRating"
|
||||
|
|
Loading…
Reference in a new issue