agendas: add some dots in help text (#46873)

This commit is contained in:
Emmanuel Cazenave 2020-09-22 11:29:39 +02:00
parent eb8026c790
commit 2adf7e0a48
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class Migration(migrations.Migration):
'email_extra_info',
models.TextField(
blank=True,
help_text='Basic information such as event name, time and date are already included',
help_text='Basic information such as event name, time and date are already included.',
verbose_name='Additional text to incude in emails',
),
),
@ -48,7 +48,7 @@ class Migration(migrations.Migration):
'sms_extra_info',
models.TextField(
blank=True,
help_text='Basic information such as event name, time and date are already included',
help_text='Basic information such as event name, time and date are already included.',
verbose_name='Additional text to incude in SMS',
),
),