Noam Slomianko has uploaded a new change for review. Change subject: webadmin: change cluster-policy header text ......................................................................
webadmin: change cluster-policy header text Change cluster column header from "Attached Clusters" to "Clusters on this policy" Change-Id: I1e25cfbeb2c21566fd22c5adb144fcbc225beec2 Bug-Url: https://bugzilla.redhat.com/995238 Signed-off-by: Noam Slomianko <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/56/20156/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java index a43d14d..496cd67 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java @@ -3139,7 +3139,7 @@ @DefaultStringValue("Load Balancer") String clusterPolicyLoadBalancerLabel(); - @DefaultStringValue("Attached Clusters") + @DefaultStringValue("Clusters on this policy") String clusterPolicyAttachedCluster(); @DefaultStringValue("Properties") -- To view, visit http://gerrit.ovirt.org/20156 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1e25cfbeb2c21566fd22c5adb144fcbc225beec2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Noam Slomianko <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
