فهرست منبع

Include LOOP_PUSH_SERVER_ENVIRONMENT in the Nightscout configuration error message.

Jonas Björkert 1 سال پیش
والد
کامیت
5866d6ecb1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      LoopFollow/Remote/Loop/LoopOverrideViewModel.swift

+ 1 - 1
LoopFollow/Remote/Loop/LoopOverrideViewModel.swift

@@ -74,7 +74,7 @@ final class LoopOverrideViewModel: ObservableObject, Sendable {
         case "Unauthorized":
             return "Unauthorized, verify that your token is correct and has admin auth"
         case "APNs delivery failed: BadDeviceToken":
-            return "APNs delivery failed: BadDeviceToken, verify that the production setting or Browser/XCode build setting is correct in your Nightscout setup."
+            return "APNs delivery failed: BadDeviceToken, verify that the LOOP_PUSH_SERVER_ENVIRONMENT parameter in your Nightscout setup matches the build method used for Loop"
         default:
             return errorTitle
         }