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 translations file, 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"
}
  1. In the browser reload Cloudify Management Console to see the changes.