Ravi Nori has uploaded a new change for review. Change subject: Webadmin - Incorrect error message when selecting multiple Hosts from different DCs and openging a report ......................................................................
Webadmin - Incorrect error message when selecting multiple Hosts from different DCs and openging a report when selecting multiple Hosts from different DCs and openging a report Via webadmin. An incorrect error message is displayed "Please select reports from the same data center" The message should be rephrased "Please select Hosts from the same data center" Change-Id: If65b6790383840bbebb08a147902dcc3b9f18d04 Bug-Url: https://bugzilla.redhat.com/885983 Signed-off-by: Ravi Nori <rn...@redhat.com> --- 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/35/19535/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 b979e85..a2eb15d 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 @@ -926,7 +926,7 @@ @DefaultStringValue("Cluster:") String moveHostPopupClusterLabel(); - @DefaultStringValue("Please select reports from the same data center") + @DefaultStringValue("Please select Hosts from the same data center") String reportFromDifferentDCsError(); @DefaultStringValue("Resides on a different storage domain") -- To view, visit http://gerrit.ovirt.org/19535 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If65b6790383840bbebb08a147902dcc3b9f18d04 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rn...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches