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

Commit 0717df7

Browse files
committed
Add missing space on beta feedback dialog
1 parent 2bb9ef6 commit 0717df7

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)