diff --git a/services/web/apps/cm/reportlatestchanges/views.py b/services/web/apps/cm/reportlatestchanges/views.py index 83da950f7cbe19f52d907716709a261e13d75b47..8edd76f261ee8caddc93cdc5c6b23762ba127244 100644 --- a/services/web/apps/cm/reportlatestchanges/views.py +++ b/services/web/apps/cm/reportlatestchanges/views.py @@ -25,7 +25,9 @@ from noc.core.translation import ugettext as _ class ReportForm(forms.Form): - repo = forms.ChoiceField(label=_("Type"), choices=[("config", "config"), ("dnszone", "DNS")]) + repo = forms.ChoiceField( + label=_("Report Type"), choices=[("config", "config"), ("dnszone", "DNS")] + ) days = forms.IntegerField(label=_("In Days"), min_value=1) adm_domain = forms.ModelChoiceField( label=_("Managed Objects Administrative Domain (for config only)"), diff --git a/ui/web/fm/alarm/view/form/Alarm.js b/ui/web/fm/alarm/view/form/Alarm.js index f5ca64b82c5f672a4f6c2e4c488c365aa046e9c9..ee9a917e6d8dff1ab7da381403874c9c5dd999d1 100644 --- a/ui/web/fm/alarm/view/form/Alarm.js +++ b/ui/web/fm/alarm/view/form/Alarm.js @@ -178,7 +178,7 @@ Ext.define("NOC.fm.alarm.view.form.Alarm", { }, { dataIndex: "managed_object", - text: __("Object"), + text: __("Managed Object"), width: 200, renderer: NOC.render.Lookup("managed_object") }, diff --git a/ui/web/inv/ifdescpatterns/Application.js b/ui/web/inv/ifdescpatterns/Application.js index 88e70242edd1cd8a261a7b8632f4735ff31c9f54..0f99d53071e5bd34cb3f340f7bf2ed05eeccba59 100644 --- a/ui/web/inv/ifdescpatterns/Application.js +++ b/ui/web/inv/ifdescpatterns/Application.js @@ -50,7 +50,7 @@ Ext.define("NOC.inv.ifdescpatterns.Application", { fieldLabel: __("Use object as Port Token"), allowBlank: true, renderer: NOC.render.Bool, - tooltip: __('If checked discvoery try find port by object_id (Hostname, Address, Name) contains in description'), + tooltip: __('If checked discоvery try find port by object_id (Hostname, Address, Name) contains in description'), listeners: { render: me.addTooltip } diff --git a/ui/web/main/messageroute/Application.js b/ui/web/main/messageroute/Application.js index b891754ffb08b6e3e32213ef47c84df635d72c33..78ba88207e190348beb64a7b3ebe5185ac86a2d6 100644 --- a/ui/web/main/messageroute/Application.js +++ b/ui/web/main/messageroute/Application.js @@ -35,7 +35,7 @@ Ext.define("NOC.main.messageroute.Application", { width: 150 }, { - text: __("Descriprion"), + text: __("Description"), dataIndex: "description", flex: 1 }