From 6c920c2e0518ed9036040da0b2d168a7e5688a04 Mon Sep 17 00:00:00 2001 From: Brendan Date: Fri, 24 Nov 2023 21:14:13 +0000 Subject: [PATCH] Ensure consistency between +ive and -ive cases --- frontend/lang/messages/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index f3195ea2f..51293a19f 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -690,7 +690,7 @@ "configuration": "Configuration", "docker-volume": "Docker Volume", "docker-volume-help": "Mealie requires that the frontend container and the backend share the same docker volume or storage. This ensures that the frontend container can properly access the images and assets stored on disk.", - "volumes-are-misconfigured": "Volumes are misconfigured", + "volumes-are-misconfigured": "Volumes are misconfigured.", "volumes-are-configured-correctly": "Volumes are configured correctly.", "status-unknown-try-running-a-validation": "Status Unknown. Try running a validation.", "validate": "Validate",