You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mockzilla-management-ui/mockzilla-management-ui-common/src/commonMain/kotlin/com/apadmi/mockzilla/ui/i18n/En.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ val EnStrings = Strings(
19
19
ipInputLabel ="e.g 127.0.0.1:8080",
20
20
androidDevConnectButton ="Connect to development Mockzilla",
21
21
errorTitle ="Failed to connect",
22
+
errorMessage ="Please check the following:"+
23
+
"\n1. You have called startMockzilla() during your application's launch."+
24
+
"\n2. The Mockzilla library you are using is above the minimum versions (KMP: 2.4.1, Flutter: 1.3.0).",
Copy file name to clipboardExpand all lines: mockzilla-management-ui/mockzilla-management-ui-common/src/commonMain/kotlin/com/apadmi/mockzilla/ui/i18n/Strings.kt
Copy file name to clipboardExpand all lines: mockzilla-management-ui/mockzilla-mobile-ui/src/commonMain/kotlin/com/apadmi/mockzilla/mobile/ui/deviceconnection/MobileDeviceConnectionWidget.kt
0 commit comments