Correcting the text for alert types
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/225a4674 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/225a4674 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/225a4674 Branch: refs/heads/portablepublicip Commit: 225a46746a9ab7a6f1954869b23f95272f83c243 Parents: 34a3fd6 Author: Pranav Saxena <[email protected]> Authored: Mon May 13 01:53:33 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Mon May 13 01:53:33 2013 +0530 ---------------------------------------------------------------------- ui/scripts/events.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/225a4674/ui/scripts/events.js ---------------------------------------------------------------------- diff --git a/ui/scripts/events.js b/ui/scripts/events.js index 0e72eda..01fd4a2 100644 --- a/ui/scripts/events.js +++ b/ui/scripts/events.js @@ -347,7 +347,7 @@ title:'Delete Alerts', desc: '', fields: { - type: { label: 'By event type' , docID:'helpAlertsDeleteType'}, + type: { label: 'By Alert type' , docID:'helpAlertsDeleteType'}, date: { label: 'By date (older than)' ,docID:'helpAlertsDeleteDate', isDatepicker: true } } }, @@ -393,7 +393,7 @@ title:'Archive Alerts', desc: '', fields: { - type: { label: 'By event type', docID:'helpAlertsArchiveType' }, + type: { label: 'By Alert type', docID:'helpAlertsArchiveType' }, date: { label: 'By date (older than)' , docID:'helpAlertsArchiveDate', isDatepicker: true } } },
