Skip to content
Snippets Groups Projects
Commit 2ddd721f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-1' into 'develop'

Fixed typo refrence => reference

See merge request funkwhale/funkwhale!791
parents fc6eb636 23019823
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ class Command(BaseCommand):
urllib.parse.urlencode([("import", reference)]),
)
self.stdout.write(
"For details, please refer to import refrence '{}' or URL {}".format(
"For details, please refer to import reference '{}' or URL {}".format(
reference, import_url
)
)
......@@ -246,7 +246,7 @@ class Command(BaseCommand):
self.stderr.write("- {}: {}".format(path, error))
self.stdout.write(
"For details, please refer to import refrence '{}' or URL {}".format(
"For details, please refer to import reference '{}' or URL {}".format(
reference, import_url
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment