mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Clarify shared location labels and onboarding copy #123
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user