From 97b8f4b61cd4cce7cb61788dd799eb5463d15cb8 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 9 Mar 2020 14:53:56 +0100 Subject: [PATCH] RedisConfigForm: Avoid term `master-master` --- application/forms/RedisConfigForm.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/forms/RedisConfigForm.php b/application/forms/RedisConfigForm.php index 005975da..dcd14416 100644 --- a/application/forms/RedisConfigForm.php +++ b/application/forms/RedisConfigForm.php @@ -40,8 +40,8 @@ class RedisConfigForm extends ConfigForm 'Fieldset' ], 'description' => $this->translate( - 'Redis connection details of your Icinga host. If you are running a master-master' - . ' setup, this is your configuration master.' + 'Redis connection details of your Icinga host. If you are running a high' + . ' availability zone with two masters, this is your configuration master.' ), 'legend' => $this->translate('Primary Icinga Master') ] @@ -72,8 +72,8 @@ class RedisConfigForm extends ConfigForm 'Fieldset' ], 'description' => $this->translate( - 'If you are running an Icinga master-master setup, please provide the Redis connection' - . ' details of the secondary master.' + 'If you are running a high availability zone with two masters,' + . ' please provide the Redis connection details of the secondary master.' ), 'legend' => $this->translate('Secondary Icinga Master') ]