Skip to content

Commit

Permalink
fix translation of fixTrackers
Browse files Browse the repository at this point in the history
  • Loading branch information
JovannMC committed Dec 18, 2024
1 parent d7fdb39 commit df6f274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"trackerVisualization": "Tracker visualization",
"turnOffTrackers": "Turn off all trackers",
"pairing": "Manage GX(6/2) pairing",
"fixTrackers": "Fix soft-bricked trackers",
"deviceName": "Device:",
"deviceID": "Device ID:",
"rotationData": "Rotation data:",
Expand Down
2 changes: 1 addition & 1 deletion src/static/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3 class="title is-2 is-spaced" data-i18n="trackerInfo.title">Tracker informati
class="button is-warning"
id="fix-trackers-button"
onclick="fixTrackers()"
data-i18n="trackerInfo.fix"
data-i18n="trackerInfo.fixTrackers"
disabled
>
Fix soft-bricked trackers
Expand Down

0 comments on commit df6f274

Please sign in to comment.