Skip to content

Commit

Permalink
core: frontend: improve warning text in SelfHealthTest.vue
Browse files Browse the repository at this point in the history
- it's a vehicle problem, not a person problem
- Discuss is an implementation detail, to users it's a forum
- politeness
  • Loading branch information
ES-Alexander authored Aug 10, 2023
1 parent d808eaa commit a180738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/frontend/src/components/health/SelfHealthTest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
elevation="2"
dismissible
>
You are running "factory" version.
This vehicle is running its "factory" version.
This generally means something went wrong and the system reverted to this version
in order to recover.
Please file an issue at <a
href="https://github.com/bluerobotics/BlueOS/issues"
target="_blank"
>BlueOS/issues</a>
or post at our <a
or post on our <a
href="https://discuss.bluerobotics.com/c/bluerobotics-software/blue-os/85"
target="_blank"
>Discuss</a>
Including the <a href="#" @click="downloadLogs()">System logs</a>
>forum</a>.
Please include the <a href="#" @click="downloadLogs()">System logs</a>
if possible, and what you were doing when this happened.
</v-alert>
</v-row>
Expand Down

0 comments on commit a180738

Please sign in to comment.