Skip to content

Commit 3bbd156

Browse files
authored
{Core} update intercept survey prompt message (#30618)
1 parent 20567c2 commit 3bbd156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/azure-cli-core/azure/cli/core/intercept_survey.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def prompt_survey_message(cli):
8181
# prompt message
8282
print_styled_text((SURVEY_STYLE, NEW_LINE))
8383
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 "
84+
(SURVEY_STYLE, f"[Survey] Tell us what you think of Azure CLI. "
85+
f"This survey should take about 2 minutes. Run 'az survey' to "
8686
f"open in browser. Learn more at {_SURVEY_LEARN_MORE_URL}"),
8787
(SURVEY_STYLE, ERASE_IN_LINE)
8888
])

0 commit comments

Comments
 (0)