Move new search experience to a Beta (#7718)

This commit is contained in:
Michael Telatynski
2022-02-08 14:02:36 +00:00
committed by GitHub
parent 5201c9b285
commit ed185240a5
16 changed files with 329 additions and 116 deletions
@@ -52,8 +52,8 @@ const GenericFeatureFeedbackDialog: React.FC<IProps> = ({
Modal.createTrackedDialog("Feedback Sent", rageshakeLabel, InfoDialog, {
title,
description: _t("Thank you for your feedback, we really appreciate it."),
button: _t("Done"),
description: _t("Feedback sent! Thanks, we appreciate it!"),
button: _t("Close"),
hasCloseButton: false,
fixedWidth: false,
});
@@ -68,7 +68,7 @@ const GenericFeatureFeedbackDialog: React.FC<IProps> = ({
{ subheading }
&nbsp;
{ _t("Your platform and username will be noted to help us use your feedback as much as we can.") }
&nbsp;
{ children }
</div>