From c7520eac3e669d9baf802505c0aeff6c8c90ef0c Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 30 Jul 2025 10:22:05 -0700 Subject: [PATCH] [fix] Fix json syntax error from rebase (#4607) --- src/locales/en/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 5607c33ba..f036d9dbd 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -140,7 +140,7 @@ "releaseTitle": "{package} {version} Release", "progressCountOf": "of", "keybindingAlreadyExists": "Keybinding already exists on", - "commandProhibited": "Command {command} is prohibited. Contact an administrator for more information." + "commandProhibited": "Command {command} is prohibited. Contact an administrator for more information.", "startRecording": "Start Recording", "stopRecording": "Stop Recording", "micPermissionDenied": "Microphone permission denied",