Skip to content

Commit 8c9bcbd

Browse files
author
Luc
committed
add webdav wording in translation
1 parent c311705 commit 8c9bcbd

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

dist/grbl/debug/index.html.gz

19 Bytes
Binary file not shown.

dist/grbl/production/index.html.gz

20 Bytes
Binary file not shown.

dist/printer/debug/index.html.gz

14 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.

src/components/translations/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@
186186
"Telnet Client" : "Telnet Client",
187187
"Ftp Client" : "Ftp Client",
188188
"Websocket port": "Websocket port",
189+
"WebDav port": "WebDav port",
190+
"WebDav Client": "WebDav Client",
189191
"camera name" : "Camera name",
190192
"camera ports" : "Camera ports",
191193
"BT Status" : "Status",
@@ -214,7 +216,8 @@
214216
"service" : "Services",
215217
"http" : "HTTP protocol",
216218
"telnetp" : "Telnet protocol",
217-
"websocketp" : "WebSocket protocol",
219+
"websocketp" : "WebSocket protocol",
220+
"webdavp" : "WebDav protocol",
218221
"telnet" : "Telnet",
219222
"ftp" : "FTP protocol",
220223
"notification" : "Notifications",

src/components/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
*/
2020
import { h } from "preact"
2121

22-
export const Esp3dVersion = () => <span>3.0.0.79</span>
22+
export const Esp3dVersion = () => <span>3.0.0.80</span>

0 commit comments

Comments
 (0)