Skip to content

Commit

Permalink
Add missing space on beta feedback dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed May 12, 2021
1 parent 2bb9ef6 commit 0717df7
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 0717df7

Please sign in to comment.