Labels Overrides

You can override a number of texts and labels used in Cloudify Management Console by supplying a file containing replacements for default texts or labels.

To do that:

  1. Create /opt/cloudify-stage/dist/userData/overrides.json file.

  2. Go to https://github.com/cloudify-cosmo/cloudify-stage/blob/5.1.1-build/app/translations/en.json , choose configurations parts to modify (you can omit all unmodified parts to use default values) and save them to the created file. An example file content may look like:

    {
    "login": {
        "header": "WELCOME",
        "message": "Welcome to the Management Console, Please log in"
    },
    "pageTitle": "Management Console",
    "productName": "Any product name"
    }
  3. In the browser reload Cloudify Management Console to see the changes.