| 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>
|
|
|