@@ -16,7 +16,7 @@ struct LoopNightscoutRemoteView: View {
NavigationView {
if !nsAdmin.value {
ErrorMessageView(
- message: "Please update your token to include the 'admin' role in order to do remote commands."
+ message: "Please update your token to include the 'admin' role in order to do remote commands with Loop."
)} else {
VStack {
let columns = [
@@ -49,7 +49,7 @@ struct LoopOverrideView: View {
)
} else if !nsAdmin.value {
} else {
@@ -52,7 +52,7 @@ struct TrioNightscoutRemoteView: View {
} else if !nsWriteAuth.value {
- message: "Please update your token to include the 'careportal' and 'readable' roles in order to do remote commands."
+ message: "Please update your token to include the 'careportal' and 'readable' roles in order to do remote commands with Trio."
Form {