Skip to content

Commit 95a6b43

Browse files
authored
PCF-474 Change the messages in compare view (#8806)
* Change compare view message about perfcompare * Rephrase message
1 parent 90abb99 commit 95a6b43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/perfherder/compare/CompareSelectorView.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ export default class CompareSelectorView extends React.Component {
138138
</Row>
139139
<Row className="justify-content-center">
140140
<Alert color="info">
141-
The <a href="https://perf.compare/">PerfCompare</a> application
142-
has been officially launched. We encourage you to utilize this
143-
new tool for future comparisons.
141+
Compare View will be deprecated soon. Please consider using{' '}
142+
<a href="https://perf.compare/">PerfCompare</a> as an
143+
alternative.
144144
</Alert>
145145
</Row>
146146
<Row className="justify-content-center">

0 commit comments

Comments
 (0)