Update purge node informational text

This commit is contained in:
Garth Vander Houwen 2025-06-19 16:07:47 -07:00
parent 0f21ea9599
commit ada2d0cfaa

View file

@ -72,7 +72,7 @@ struct AppSettings: View {
Text("180")
}
}
Text("Nodes without PKI keys are cleared from the app database on the schedule set by the user, nodes with PKI keys are cleared only if the interval is set to 7 days or longer.")
Text("Nodes without PKI keys are cleared from the app database on the schedule set by the user, nodes with PKI keys are cleared only if the interval is set to 7 days or longer. This feature only purges nodes from the app that are not stored in the device node database.")
.foregroundStyle(.secondary)
.font(idiom == .phone ? .caption : .callout)
}