Skip to content

Commit

Permalink
feat: add i18n to dev companion settings (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone authored Jul 5, 2023
1 parent 3d8be71 commit 3a7aaad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/coremods/settings/pages/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ export const General = (): React.ReactElement => {
</SwitchItem>

<ButtonItem
button="Reconnect"
note="Reconnects the Dev Companion coremod to the VSCode extension."
button={Messages.REPLUGGED_SETTINGS_DEV_COMPANION_RECONNECT}
note={Messages.REPLUGGED_SETTINGS_DEV_COMPANION_DESC}
onClick={() => {
socket?.close(1000, "Reconnecting");
initWs(true);
}}>
Reconnect Dev Companion
{Messages.REPLUGGED_SETTINGS_DEV_COMPANION}
</ButtonItem>

{/* Sleeping? Wake up. */}
Expand Down

0 comments on commit 3a7aaad

Please sign in to comment.