Event settings: Improve wording of help message for is_remote (#6386)

This commit is contained in:
Gerasimos Chourdakis
2026-07-15 17:46:15 +02:00
committed by GitHub
parent 62f1cbadaf
commit 6901ed8b26
+1 -1
View File
@@ -649,7 +649,7 @@ class Event(EventMixin, LoggedModel):
is_remote = models.BooleanField(
default=False,
verbose_name=_("This event is remote or partially remote."),
help_text=_("This will be used to let users know if the event is in a different timezone and lets us calculate users local times."),
help_text=_("This will be used to let users know if the event is in a different timezone, and to let us calculate the local time of a user."),
)
geo_lat = models.FloatField(
verbose_name=_("Latitude"),