diff --git a/renderer/public/data/cmn-Hant/client_strings.js b/renderer/public/data/cmn-Hant/client_strings.js index 1069952e..956ab059 100644 --- a/renderer/public/data/cmn-Hant/client_strings.js +++ b/renderer/public/data/cmn-Hant/client_strings.js @@ -45,7 +45,7 @@ export default { FLASK_CHARGES: /^目前有 \d+ 充能次數$/, METAMORPH_HELP: '在塔恩的鍊金室將此與其他四個不同的樣本合成。', BEAST_HELP: '點擊右鍵將此加入你的獸獵寓言。', - VOIDSTONE_HELP: '將此放置於你輿圖上的壁壘,來增加地圖階級和揭露該壁壘地區隱藏的地圖。', + VOIDSTONE_HELP: '放置於此以提升你輿圖全部地圖的階級。', METAMORPH_BRAIN: /^.* 腦髓$/, METAMORPH_EYE: /^.* 眼睛$/, METAMORPH_LUNG: /^.* 肺臟$/, diff --git a/renderer/public/data/en/app_i18n.json b/renderer/public/data/en/app_i18n.json index c629bd67..8f6ef081 100644 --- a/renderer/public/data/en/app_i18n.json +++ b/renderer/public/data/en/app_i18n.json @@ -14,7 +14,7 @@ "leagues_failed": "Failed to load leagues", "leagues_failed_help": "Make sure the realm is not under maintenance. Also try clicking on the \"Browser\" button, you may need to complete a CAPTCHA there.", "leagues_failed_help_alt": "Price check an Item, and follow the instructions in the error description there.", - "thanks_3rd_party": "This tool relies on {0} and {1}, consider support them as well", + "thanks_3rd_party": "This tool relies on {0} and {1}, consider supporting them as well", "toggle_browser_hint": "Press {0} to switch between browser and game.", "contact_me": "Contact me on one of the PoE Discords,", "version": "Version {0}", @@ -314,4 +314,4 @@ "select_stock": "Always select \"Stock\" filter", "show_prediction": "Show price prediction" } -} \ No newline at end of file +}