mirror of https://github.com/vector-im/riot-web
Merge pull request #6019 from matrix-org/jryans/beta-feedback-nbsp-release
[Release] Add missing space on beta feedback dialogpull/21833/head
commit
26599ab1d0
|
@ -63,7 +63,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({featureId, onFinished}) => {
|
|||
description={<React.Fragment>
|
||||
<div className="mx_BetaFeedbackDialog_subheading">
|
||||
{ _t(info.feedbackSubheading) }
|
||||
|
||||
|
||||
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.")}
|
||||
|
||||
<AccessibleButton kind="link" onClick={() => {
|
||||
|
|
Loading…
Reference in New Issue