From c94fd4c7d85eaa5a3eb1800f40dbf2684c56ef49 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 13 Feb 2022 09:13:05 -0800 Subject: [PATCH] Error message clarifications. --- src/localize/languages/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/localize/languages/en.json b/src/localize/languages/en.json index 4477f686..992bbd09 100644 --- a/src/localize/languages/en.json +++ b/src/localize/languages/en.json @@ -210,8 +210,8 @@ "invalid_configuration": "Invalid configuration", "invalid_configuration_no_hint": "No location hint available (bad or missing type?)", "upgrade_available": "An automated card configuration upgrade is available, please visit the visual card editor", - "webrtc_card_reported_error": "WebRTC card reported an error", - "webrtc_card_waiting": "Waiting for WebRTC card to load ...", + "webrtc_card_reported_error": "AlexxIT's WebRTC card reported an error", + "webrtc_card_waiting": "Waiting for AlexxIT's WebRTC card to load ...", "no_cameras": "No valid cameras found, you must configure at least one camera entry", "no_camera_id": "Could not determine camera id for the following camera, may need to set 'id' parameter manually", "duplicate_camera_id": "Duplicate Frigate camera id for the following camera, use the 'id' parameter to uniquely identify cameras",