Merge pull request #1296 from m90/m90-patch-1

Make cluster config warning applicable to CouchDB 3 as well
diff --git a/app/addons/cluster/cluster.js b/app/addons/cluster/cluster.js
index 573e37a..7a4d1a3 100644
--- a/app/addons/cluster/cluster.js
+++ b/app/addons/cluster/cluster.js
@@ -23,7 +23,7 @@
               <i className="fonticon-attention-circled"></i>
             </div>
             It seems that you are running a cluster with {this.props.nodes.length} nodes. For CouchDB 2.0
-            we recommend using a configuration management tools like Chef, Ansible,
+            or greater we recommend using a configuration management tools like Chef, Ansible,
             Puppet or Salt (in no particular order) to configure your nodes in a cluster.
             <br/>
             <br/>