Skip to content

Conversation

ES-Alexander
Copy link
Collaborator

Fixes #2511


@dgudiel FYI text is almost always stored as-is in a source file, so if you run into issues like this and want to submit a fix for them then I'd recommend

  1. creating a fork of the BlueOS repository (only need to do this once)
  2. searching the repository for the problematic text, to find the file it's in
  3. updating the master branch (in your fork) to be in-line with the latest state (using the "Sync fork" button)
  4. creating a new branch from that point
  5. going to the file you found earlier, in your fork
  6. clicking the "Edit this file" pencil in the top right corner of GitHub's file viewer
  7. editing the text to what you think it should be
  8. pressing "Commit" in the top right corner
  9. returning to the "Code" tab of your fork
  10. creating a Pull Request with your changes
  11. specifying which issue number it fixes (if there is one), so it gets closed automatically when the PR is merged
Screenshot 2024-04-06 at 2 54 15 am

@ES-Alexander ES-Alexander requested review from patrickelectric and a team April 5, 2024 15:59
@Williangalvani Williangalvani merged commit ea44d6d into bluerobotics:master Apr 5, 2024
@ES-Alexander ES-Alexander deleted the fix-tooltip-typo branch April 24, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core: frontend: Tooltip typo
2 participants