Skip to content

Commit

Permalink
Meshtastic in all UI is renamed to bircom (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan authored Sep 3, 2024
1 parent 5d5a8fa commit 9bd622a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/fxc-front/src/app/pages/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class SettingsPage extends LitElement {
.binder=${this.binder}
label="UUID"
.hint=${html`<ion-text class="ion-padding-horizontal ion-padding-top block">
Enter your Meshtastic UUID. It should look like "12345678-ab45-b23c-8549-1f3456c89e12".
Enter your Bircom ID. It should look like "12345678-ab45-b23c-8549-1f3456c89e12".
</ion-text>`}
>
</device-card>
Expand Down Expand Up @@ -500,7 +500,7 @@ export class SettingsPage extends LitElement {
<a href="https://www.glidernet.org/" target="_blank">OGN (Open Glider Network)</a>
</li>
<li><a href="https://live.xcontest.org/" target="_blank">XCTrack (XContest live)</a></li>
<li><a href="https://bircom.in/" target="_blank">Meshtastic (Bircom)</a></li>
<li><a href="https://bircom.in/" target="_blank">Bircom (Meshtastic)</a></li>
</ul>
<p>
<a href="mailto:[email protected]?subject=flyXC%20registration%20error" target="_blank"> Contact us by email </a>
Expand Down
2 changes: 1 addition & 1 deletion libs/common/src/lib/live-track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const trackerDisplayNames: Readonly<Record<TrackerNames, string>> = {
ogn: 'OGN',
zoleo: 'zoleo',
xcontest: 'XContest',
meshbir: 'Meshtastic',
meshbir: 'Bircom',
};

export const trackerIdByName: Record<TrackerNames, number> = {} as any;
Expand Down
2 changes: 1 addition & 1 deletion libs/common/src/lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const trackerValidators: Readonly<Record<TrackerNames, AccountSyncValidat
ogn: [new AccountSyncValidator('This OGN ID is invalid', validateOgnAccount)],
zoleo: [],
xcontest: [new AccountSyncValidator('This XContest UUID is invalid', validateXContestAccount)],
meshbir: [new AccountSyncValidator('This Meshtastic ID is invalid', validateMeshBirAccount)],
meshbir: [new AccountSyncValidator('This Bircom ID is invalid', validateMeshBirAccount)],
};

// Validates a Spot Id.
Expand Down

0 comments on commit 9bd622a

Please sign in to comment.