Skip to content

Commit 4d39d51

Browse files
Sergei Tachenovintellij-monorepo-bot
authored andcommitted
IJPL-185469 Update terminal feedback wording
(cherry picked from commit 6fdf67c196ee2fa1852e80f2967aa030f490bf4e) IJ-CR-161379 GitOrigin-RevId: 9258cad2526fac83f5871ec7e796bef97e8b81b0
1 parent ede7709 commit 4d39d51

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

plugins/terminal/resources/messages/TerminalBundle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ feedback.dialog.title=Terminal Feedback
142142
feedback.dialog.header=Thank you for trying the Terminal!
143143
feedback.dialog.description=Your feedback will shape its future, helping us ensure it meets your needs for compatibility, performance, and usability.
144144

145-
feedback.dialog.rating.title=Overall, how happy are you with the terminal? (1 = Very unhappy, 5 = Very happy)
145+
feedback.dialog.rating.title=Overall, how happy are you with the Terminal? (1 = Very unhappy, 5 = Very happy)
146146

147-
feedback.dialog.issues.1=If something doesn\u2019t work, what is it and what\u2019s wrong?
148-
feedback.dialog.issues.2=Please explain:
147+
feedback.dialog.issues=If something isn\u2019t working as expected, please let us know what the issue is:
149148

150149
feedback.dialog.improvement=What are the most important improvements we can make to the Terminal?
151150
feedback.dialog.improvement.compatibility=App compatibility (Vim, tmux...)

plugins/terminal/src/org/jetbrains/plugins/terminal/block/feedback/ReworkedTerminalFeedbackDialog.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ internal class ReworkedTerminalFeedbackDialog(project: Project, forTest: Boolean
4848

4949
RatingBlock(TerminalBundle.message("feedback.dialog.rating.title"), "overall_rating"),
5050

51-
RegularLabelBlock(TerminalBundle.message("feedback.dialog.issues.1")),
52-
TextAreaBlock(TerminalBundle.message("feedback.dialog.issues.2"), "issues"),
51+
TextAreaBlock(TerminalBundle.message("feedback.dialog.issues"), "issues"),
5352

5453
CheckBoxGroupBlock(TerminalBundle.message("feedback.dialog.improvement"), improvementItems().shuffled(), "important_improvement")
5554
.addOtherTextField(),

0 commit comments

Comments
 (0)