update description to describe datetime as user local time

This commit is contained in:
Matthew Piatetsky
2019-03-06 10:48:15 -05:00
parent 07d81bf297
commit 9740746e9f
4 changed files with 42 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class CourseDurationLimitConfig(StackedConfigurationModel):
blank=True,
help_text=_(
'If the configuration is Enabled, then all enrollments '
'created after this date and time (UTC) will be affected.'
'created after this date and time (user local time) will be affected.'
)
)