Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1175)

Unified Diff: dashboard/dashboard/pinpoint/elements/job-page-header.html

Issue 3014583002: [pinpoint] Add message in bug when there are no change points. (Closed)
Patch Set: Wording Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dashboard/dashboard/pinpoint/models/job.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/elements/job-page-header.html
diff --git a/dashboard/dashboard/pinpoint/elements/job-page-header.html b/dashboard/dashboard/pinpoint/elements/job-page-header.html
index c74e3147ec46aa339b54b24e1f4711a9b81d2f6a..9bd21e77e9f459d5882cc2f78a6fe11c22818ea9 100644
--- a/dashboard/dashboard/pinpoint/elements/job-page-header.html
+++ b/dashboard/dashboard/pinpoint/elements/job-page-header.html
@@ -38,9 +38,9 @@ found in the LICENSE file.
<div class="columns">
<div class="column">
- <h2>Change points</h2>
+ <h2>Differences found after commits</h2>
<template is="dom-if" if="[[!hasDifferences(job)]]">
- <p>No change points found.</p>
+ <p>No differences found.</p>
</template>
<template is="dom-repeat" items="[[getDifferences(job)]]">
<change-info change=[[item]]></change-info>
« no previous file with comments | « no previous file | dashboard/dashboard/pinpoint/models/job.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698