@@ -24,7 +24,7 @@ export const ComingSoonPrompt: React.FunctionComponent = () => {
2424 < h2 >
2525 < FormattedMessage
2626 id = "xpack.upgradeAssistant.emptyPrompt.title"
27- defaultMessage = "{uaVersion} Upgrade Assistant coming soon "
27+ defaultMessage = "{uaVersion} Upgrade Assistant"
2828 values = { { uaVersion : `${ nextMajor } .0` } }
2929 />
3030 </ h2 >
@@ -34,29 +34,29 @@ export const ComingSoonPrompt: React.FunctionComponent = () => {
3434 < p >
3535 < FormattedMessage
3636 id = "xpack.upgradeAssistant.emptyPrompt.upgradeAssistantDescription"
37- defaultMessage = "The Upgrade Assistant identifies deprecated settings in your cluster and
38- guides you through the process of resolving issues . Check back here when Elasticsearch {nextMajor} is released ."
37+ defaultMessage = "The Upgrade Assistant identifies deprecated settings in your cluster and helps you
38+ resolve issues before you upgrade . Check back here when it's time to upgrade to Elasticsearch {nextMajor}."
3939 values = { { nextMajor : `${ nextMajor } .0` } }
4040 />
41- { currentMajor === 7 && (
42- < >
43- { ' ' }
44- < EuiLink
45- external
46- target = "_blank"
47- href = { `${ ELASTIC_WEBSITE_URL } guide/en/elasticsearch/reference/master/migrating-8.0.html` }
48- >
49- < FormattedMessage
50- id = "xpack.upgradeAssistant.emptyPrompt.learnMoreDescription"
51- defaultMessage = "Learn more about migrating to {nextMajor}."
52- values = { {
53- nextMajor : `${ nextMajor } .0` ,
54- } }
55- />
56- </ EuiLink >
57- </ >
58- ) }
5941 </ p >
42+
43+ { currentMajor === 7 && (
44+ < p >
45+ < EuiLink
46+ external
47+ target = "_blank"
48+ href = { `${ ELASTIC_WEBSITE_URL } guide/en/elasticsearch/reference/master/migrating-8.0.html` }
49+ >
50+ < FormattedMessage
51+ id = "xpack.upgradeAssistant.emptyPrompt.learnMoreDescription"
52+ defaultMessage = "Learn more about migrating to {nextMajor}."
53+ values = { {
54+ nextMajor : `${ nextMajor } .0` ,
55+ } }
56+ />
57+ </ EuiLink >
58+ </ p >
59+ ) }
6060 </ >
6161 }
6262 />
0 commit comments