From 3b1a6280d6538827fd07c5ff4ce91424b4c237dd Mon Sep 17 00:00:00 2001 From: Alexandre Boutoille <83100473+TeaRex-coder@users.noreply.github.com> Date: Sun, 16 Mar 2025 13:36:32 -0400 Subject: [PATCH] fix: PostgreSQL capitalization (#5220) --- 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 fb25f51f3..84c2a1b35 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -720,7 +720,7 @@ "backup-restore": "Backup Restore", "back-restore-description": "Restoring this backup will overwrite all the current data in your database and in the data directory and replace them with the contents of this backup. {cannot-be-undone} If the restoration is successful, you will be logged out.", "cannot-be-undone": "This action cannot be undone - use with caution.", - "postgresql-note": "If you are using PostGreSQL, please review the {backup-restore-process} prior to restoring.", + "postgresql-note": "If you are using PostgreSQL, please review the {backup-restore-process} prior to restoring.", "backup-restore-process-in-the-documentation": "backup/restore process in the documentation", "irreversible-acknowledgment": "I understand that this action is irreversible, destructive and may cause data loss", "restore-backup": "Restore Backup"