Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6018 from matrix-org/jryans/beta-feedback-nbsp
Browse files Browse the repository at this point in the history
Add missing space on beta feedback dialog
  • Loading branch information
jryans authored May 12, 2021
2 parents 045646b + 23869cd commit 5d02e44
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 5d02e44

Please sign in to comment.