From b62e59c940037471b7005fb348dc1c0b8e53f48a Mon Sep 17 00:00:00 2001 From: Dominik Dzienia Date: Mon, 27 Mar 2023 00:14:03 +0200 Subject: [PATCH] Fixing misleading label Reported by user - base text sugested it is about current/last profile name, while code checks all of them, so it may happen that recent is OK but some other profile is wrong. https://github.com/nightscout/AndroidAPS/blob/dev/plugins/main/src/main/java/info/nightscout/plugins/profile/ProfilePlugin.kt#L193 --- plugins/main/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/src/main/res/values/strings.xml b/plugins/main/src/main/res/values/strings.xml index 833812f12c..754ea02211 100644 --- a/plugins/main/src/main/res/values/strings.xml +++ b/plugins/main/src/main/res/values/strings.xml @@ -156,7 +156,7 @@ Error in basal values Error in target values Error in ISF values - Profile name contains dots.\nThis is not supported by NS.\nProfile is not uploaded to NS. + Some of profile names contains dots.\nThis is not supported by NS.\nProfiles will not be uploaded to NS. Invalid profile %1$s not accepted from NS View Errors