Add missing space on beta feedback dialog
parent
2bb9ef6d9b
commit
0717df71c2
|
@ -63,7 +63,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({featureId, onFinished}) => {
|
||||||
description={<React.Fragment>
|
description={<React.Fragment>
|
||||||
<div className="mx_BetaFeedbackDialog_subheading">
|
<div className="mx_BetaFeedbackDialog_subheading">
|
||||||
{ _t(info.feedbackSubheading) }
|
{ _t(info.feedbackSubheading) }
|
||||||
|
|
||||||
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.")}
|
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.")}
|
||||||
|
|
||||||
<AccessibleButton kind="link" onClick={() => {
|
<AccessibleButton kind="link" onClick={() => {
|
||||||
|
|
Loading…
Reference in New Issue