Browse Source

chore(issue-details): Update feedback copy (#80783)

Richard Roggenkemper 3 months ago
parent
commit
5d56481784

+ 1 - 1
static/app/views/issueDetails/actions/newIssueExperienceButton.tsx

@@ -74,7 +74,7 @@ export function NewIssueExperienceButton() {
           onAction: () => {
           onAction: () => {
             openForm({
             openForm({
               messagePlaceholder: t(
               messagePlaceholder: t(
-                'Excluding bribes, what can we do to have you willing to use the new UI?'
+                'Excluding bribes, what would make you excited to use the new UI?'
               ),
               ),
             });
             });
           },
           },