Github user sjcorbett commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/156#discussion_r17303445
  
    --- Diff: usage/jsgui/src/main/webapp/assets/js/view/policy-new.js ---
    @@ -26,12 +26,13 @@ define([
     
         return Backbone.View.extend({
             template: _.template(NewPolicyHtml),
    -        title: "Attach a policy",
    +        title: "Attach New Policy",
     
             initialize: function () {
                 if (!this.options.entity) {
                     throw new Error("NewPolicy view requires entity to know 
where to post result");
                 }
    +            this.title = "Attach New Policy to 
"+this.options.entity.get('name');
    --- End diff --
    
    Capitalisation is a bit weird.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to