Skip to content

Commit

Permalink
Merge pull request #6019 from matrix-org/jryans/beta-feedback-nbsp-re…
Browse files Browse the repository at this point in the history
…lease

[Release] Add missing space on beta feedback dialog
  • Loading branch information
jryans committed May 12, 2021
2 parents 2bb9ef6 + 0717df7 commit 26599ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/dialogs/BetaFeedbackDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({featureId, onFinished}) => {
description={<React.Fragment>
<div className="mx_BetaFeedbackDialog_subheading">
{ _t(info.feedbackSubheading) }

&nbsp;
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.")}

<AccessibleButton kind="link" onClick={() => {
Expand Down

0 comments on commit 26599ab

Please sign in to comment.