1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Add missing space on beta feedback dialog

This commit is contained in:
J. Ryan Stinnett
2021-05-12 12:32:39 +01:00
parent 91133ed35b
commit 23869cdaa7

View File

@@ -63,7 +63,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({featureId, onFinished}) => {
description={<React.Fragment> description={<React.Fragment>
<div className="mx_BetaFeedbackDialog_subheading"> <div className="mx_BetaFeedbackDialog_subheading">
{ _t(info.feedbackSubheading) } { _t(info.feedbackSubheading) }
&nbsp;
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.")} { _t("Your platform and username will be noted to help us use your feedback as much as we can.")}
<AccessibleButton kind="link" onClick={() => { <AccessibleButton kind="link" onClick={() => {