Fix text typo in the converdb command.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-26 22:30:08 -04:00
parent 3c2557fb47
commit 38485b1cf8

View File

@@ -46,7 +46,7 @@ class Command(management.BaseCommand):
parser.add_argument(
'--force', action='store_true', dest='force',
help=_(
'Force the conversion of the database even if the receving '
'Force the conversion of the database even if the receiving '
'database is not empty.'
),
)