From cf46c768113b007cccfa4b2a4a59e624f1016353 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 May 2024 17:14:04 +0200 Subject: [PATCH] fix(i18n): use correct title for background settings menu --- frontend/src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index b1470df4e..b647da155 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -1061,7 +1061,7 @@ "duplicate": "Duplicate", "delete": "Delete", "unarchive": "Un-Archive", - "setBackground": "Set background", + "setBackground": "Background settings", "share": "Share", "newProject": "New project", "createProject": "Create project",