diff --git a/netbox/extras/dashboard/forms.py b/netbox/extras/dashboard/forms.py index 9c6548d57..5393ac347 100644 --- a/netbox/extras/dashboard/forms.py +++ b/netbox/extras/dashboard/forms.py @@ -26,7 +26,7 @@ class DashboardWidgetForm(BootstrapMixin, forms.Form): ) icon_name = forms.CharField( required=False, - help_text=_('Icon name from Material design icons (e.g. "globe")') + help_text=_('Icon name from Material design icons (e.g. "earth")') )