Skip to content

Commit

Permalink
chore: hotfix I18n 20241106b power warning (#1027)
Browse files Browse the repository at this point in the history
Description
Hotfix for power warning

How Has This Been Tested?
Locally

What process can a PR reviewer use to test or verify this change?
---

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
metalaureate authored Nov 6, 2024
1 parent 02b349d commit 804fafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cpu-power-level": "CPU Cores",
"choose-gpu-power-level": "Choose how much you want your GPU to be allocated to mining <span>({{current}} out of {{max}} threads)</span>",
"choose-cpu-power-level": "Choose how much you want your CPU to be allocated to mining <span>({{current}} out of {{max}} cores)</span>",
"cpu-warning": "High CPU usage can cause overheating, increase energy consumption, and may lead to hardware damage over time. Please monitor usage to ensure safe and efficient operation.",
"gpu-warning": "High GPU usage can cause overheating, increase energy consumption, and may lead to hardware damage over time. Please monitor usage to ensure safe and efficient operation."
"cpu-warning": "Sustained high CPU usage may cause overheating, and hardware failure.",
"gpu-warning": "Sustained high GPU usage may cause overheating, and hardware failure."
},
"debug-info": "Debug",
"disconnect": "Disconnect from Airdrop",
Expand Down

0 comments on commit 804fafe

Please sign in to comment.