Skip to content

Commit

Permalink
refactor: minor translations change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed May 9, 2023
1 parent 54818a1 commit c1b3658
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"displayName": "Mizar TCP Tester",
"backgroundColor": "transparent",
"showNameOnTiles": true,
"identityName": "62514FabioDiStasio.MizarTCPTester",
"identityName": "62514FabioDiStasio.MizarTCPtester",
"publisher": "CN=1A2729ED-865C-41D2-9038-39AE2A63AA52",
"applicationId": "FabioDiStasio.MizarTCPTester"
"applicationId": "FabioDiStasio.MizarTCPtester"
}
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/i18n/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const enUS = {
editMessage: 'Edit message "{message}"',
deleteMessage: 'Delete message "{message}"',
hostAddress: 'Host address',
addPort: 'Add port {port}',
addPort: 'Add port',
echoServer: 'Echo server',
resetReceivedData: 'Reset received data',
serverStatus: 'Server status',
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/i18n/it-IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const itIT = {
deleteHost: 'Cancella host "{host}"',
addMessage: 'Aggiungi messaggio',
editMessage: 'Modifica messaggio "{message}"',
deleteMessage: 'Delete message "{message}"',
deleteMessage: 'Cancella messaggio "{message}"',
hostAddress: 'Host address',
addPort: 'Add port "{port}"',
addPort: 'Aggiungi porta',
echoServer: 'Echo server',
resetReceivedData: 'Resetta dati ricevuti',
serverStatus: 'Stato server',
Expand Down

0 comments on commit c1b3658

Please sign in to comment.