Skip to content

Commit

Permalink
Meshtastic in all UI is renamed to bircom
Browse files Browse the repository at this point in the history
Meshtastic is a separate project, and this may likely cause confusion in
the minds of users.
  • Loading branch information
ketan committed Sep 3, 2024
1 parent 936bf15 commit 05ffb4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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</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/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 05ffb4b

Please sign in to comment.