mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 02:29:59 +02:00
Fix spelling of "occurrences"
This commit is contained in:
parent
9f1da09621
commit
e981f005dc
3 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ class Command(BaseCommand):
|
|||
if total:
|
||||
self.stdout.write(
|
||||
self.style.WARNING(
|
||||
"Will replace {} found occurences of '{}' by '{}':".format(
|
||||
"Will replace {} found occurrences of '{}' by '{}':".format(
|
||||
total, old_prefix, new_prefix
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue