diff --git a/polygerrit-ui/app/elements/change/gr-message/gr-message.html b/polygerrit-ui/app/elements/change/gr-message/gr-message.html index 5a47dbc57f..e93e7100cb 100644 --- a/polygerrit-ui/app/elements/change/gr-message/gr-message.html +++ b/polygerrit-ui/app/elements/change/gr-message/gr-message.html @@ -165,7 +165,7 @@ limitations under the License. no-trailing-margin class="message hideOnCollapsed" content="[[message.message]]" - config="[[_commentLinks]]"> + config="[[_projectConfig.commentlinks]]"> @@ -174,7 +174,7 @@ limitations under the License. change-num="[[changeNum]]" patch-num="[[message._revision_number]]" project-name="[[projectName]]" - comment-links="[[_commentLinks]]"> + project-config="[[_projectConfig]]">