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

Commit 26599ab

Browse files
authored
Merge pull request #6019 from matrix-org/jryans/beta-feedback-nbsp-release
[Release] Add missing space on beta feedback dialog
2 parents 2bb9ef6 + 0717df7 commit 26599ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/BetaFeedbackDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({featureId, onFinished}) => {
6363
description={<React.Fragment>
6464
<div className="mx_BetaFeedbackDialog_subheading">
6565
{ _t(info.feedbackSubheading) }
66-
66+
&nbsp;
6767
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.")}
6868

6969
<AccessibleButton kind="link" onClick={() => {

0 commit comments

Comments
 (0)