mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Use currently... importing... instead of "vs"
This commit is contained in:
parent
915382f2c7
commit
3baf29a6b7
1 changed files with 4 additions and 3 deletions
|
|
@ -85,8 +85,9 @@ class Command(BaseCommand):
|
||||||
self.stdout.write(
|
self.stdout.write(
|
||||||
self.style.WARNING(
|
self.style.WARNING(
|
||||||
"Version mismatch: "
|
"Version mismatch: "
|
||||||
f" {self.version} vs {version.__full_version_str__}."
|
f"Currently {version.__full_version_str__},"
|
||||||
" Continuing, but import may fail",
|
f" importing {self.version}."
|
||||||
|
" Continuing, but import may fail.",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue