fix: Clarify shared location labels and onboarding copy #123

This commit is contained in:
Janez T
2026-04-05 19:54:48 +02:00
parent 14a41b210e
commit 573921e002
4 changed files with 237 additions and 144 deletions

View File

@@ -15,10 +15,14 @@ class MessageContactLocation {
String get technicalSourceLabel {
switch (source) {
case 'shared':
return 'shared location';
case 'gps':
return 'shared location';
case 'telemetry':
return 'telemetry';
return 'live telemetry';
case 'advert':
return 'advert';
return 'shared advert';
default:
return source;
}