From e175bc8f651b1a825d6d1f014169794d648507ec 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 2b8a88e2ef54..c1fe291c8ca8 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -687,7 +687,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",