diff --git a/map/forms.py b/map/forms.py
index 39fd602..a7eeada 100644
--- a/map/forms.py
+++ b/map/forms.py
@@ -36,7 +36,6 @@ class LocationSharingForm(forms.ModelForm):
self.request = request
self.fields['shares_location_to'].queryset = Friend.objects.exclude(pk=request.user.pk)
self.fields['shares_location_to'].label = 'Share location to'
- self.fields['shares_location_to'].help_text = 'Hold Ctrl or Cmd to select multiple users'
self.fields['shares_location_to'].widget.attrs = {
'data-size': 20,
'class': 'selectpicker',