Merge pull request #6019 from matrix-org/jryans/beta-feedback-nbsp-release

[Release] Add missing space on beta feedback dialog
pull/21833/head
J. Ryan Stinnett 2021-05-12 13:08:58 +01:00 committed by GitHub
commit 26599ab1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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={() => {