From b03ce4d1d640f65c057f3f9cb5d218d9c1e4fe03 Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Thu, 18 May 2023 11:48:33 -0400 Subject: [PATCH] Oops, `globe` is from font-awesome --- netbox/extras/dashboard/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")') )