Fix typo in recorder persistent notification (#122374)

This commit is contained in:
Erik Montnemery 2024-07-22 12:02:17 +02:00 committed by GitHub
parent 5612e3a92b
commit cbe94c4706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -957,7 +957,7 @@ class Recorder(threading.Thread):
"System performance will temporarily degrade during the database" "System performance will temporarily degrade during the database"
" upgrade. Do not power down or restart the system until the upgrade" " upgrade. Do not power down or restart the system until the upgrade"
" completes. Integrations that read the database, such as logbook," " completes. Integrations that read the database, such as logbook,"
" history, and statistics may return inconsistent results until the " " history, and statistics may return inconsistent results until the"
" upgrade completes. This notification will be automatically dismissed" " upgrade completes. This notification will be automatically dismissed"
" when the upgrade completes." " when the upgrade completes."
), ),