From 671db7c516c68af1179d57a66169a9ef30ff2a12 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Thu, 23 Feb 2023 11:53:41 +0100 Subject: [PATCH] chore: Fix typo loggin back in --- .../bridge-gui/bridge-gui/qml/Notifications/Notifications.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml index c89c9443..c4d250cc 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -1111,7 +1111,7 @@ QtObject { type: Notification.NotificationType.Danger group: Notifications.Group.Connection | Notifications.Group.Dialogs - property var bugReportMsg: "Reporting an issue:\n\n\"%1\"\n\nError: %2\n\nThe issue persists even after loggin back in." + property var bugReportMsg: "Reporting an issue:\n\n\"%1\"\n\nError: %2\n\nThe issue persists even after logging back in." property var errorMessage: "" Connections {