Correcting the text for alert types

This commit is contained in:
Pranav Saxena 2013-05-13 01:53:33 +05:30
parent 34a3fd6d02
commit 225a46746a

View File

@ -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 }
}
},