| Index: runtime/observatory/lib/src/elements/instance_ref.html
|
| diff --git a/runtime/observatory/lib/src/elements/instance_ref.html b/runtime/observatory/lib/src/elements/instance_ref.html
|
| index 7125f16ad47a39b8c6c59cf21ef3f321aeda6d1b..385727b0051f58de72caf2005cbb0a3263e1c86d 100644
|
| --- a/runtime/observatory/lib/src/elements/instance_ref.html
|
| +++ b/runtime/observatory/lib/src/elements/instance_ref.html
|
| @@ -106,8 +106,8 @@
|
| expandKey="{{ makeExpandKey('value') }}">
|
| </any-service-ref><br>
|
| </template>
|
| - <template if="{{ ref.length != ref.association.length }}">
|
| - <div><em>{{ ref.length - ref.association.length }} omitted association</em></div>
|
| + <template if="{{ ref.length != ref.associations.length }}">
|
| + <div><em>{{ ref.length - ref.associations.length }} omitted associations</em></div>
|
| </template>
|
| </div>
|
| </curly-block>
|
|
|