lingo: fix help_text in migration (#55244)

This commit is contained in:
Benjamin Dauvergne 2021-06-28 18:51:33 +02:00
parent 9ff0710b51
commit ed10d440fd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Migration(migrations.Migration):
(
'slug',
models.SlugField(
help_text='The identifier is used in webservice calls.',
help_text='The identifier is used in webservice calls and callback URLs for the payment backend.',
unique=True,
verbose_name='Identifier',
),