Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upnp for lametric #642

Merged
merged 6 commits into from
Dec 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix translation problem in en.json
  • Loading branch information
oben01 committed Dec 17, 2019
commit 0418d550094ba30ea38e42751e8ddf90abd8a1a1
6 changes: 3 additions & 3 deletions sources/plugins/LametricTime/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"content": {
"Port": {
"name": "Port",
"description": "Le port de communication de Lametric (exemple Http: 8080, Https: 4343)",
"description": "the Lametric local socket opened (example Http: 8080, Https: 4343)",
"values": {
"Http": "8080",
"Https": "4343"
"http": "8080",
"https": "4343"
},
"defaultValue": "Https"
}
Expand Down