We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20567c2 commit 3bbd156Copy full SHA for 3bbd156
src/azure-cli-core/azure/cli/core/intercept_survey.py
@@ -81,8 +81,8 @@ def prompt_survey_message(cli):
81
# prompt message
82
print_styled_text((SURVEY_STYLE, NEW_LINE))
83
print_styled_text([
84
- (SURVEY_STYLE, f"[Survey] Help us improve Azure CLI by sharing your experience. "
85
- f"This survey should take about 5 minutes. Run 'az survey' to "
+ (SURVEY_STYLE, f"[Survey] Tell us what you think of Azure CLI. "
+ f"This survey should take about 2 minutes. Run 'az survey' to "
86
f"open in browser. Learn more at {_SURVEY_LEARN_MORE_URL}"),
87
(SURVEY_STYLE, ERASE_IN_LINE)
88
])
0 commit comments