diff --git a/gui/default/assets/lang/lang-en.json b/gui/default/assets/lang/lang-en.json
index 6c205ec0d..1c0b99fd4 100644
--- a/gui/default/assets/lang/lang-en.json
+++ b/gui/default/assets/lang/lang-en.json
@@ -30,6 +30,7 @@
"An external command handles the versioning. It has to remove the file from the shared folder. If the path to the application contains spaces, it should be quoted.": "An external command handles the versioning. It has to remove the file from the shared folder. If the path to the application contains spaces, it should be quoted.",
"Anonymous Usage Reporting": "Anonymous Usage Reporting",
"Anonymous usage report format has changed. Would you like to move to the new format?": "Anonymous usage report format has changed. Would you like to move to the new format?",
+ "Applied to LAN": "Applied to LAN",
"Apply": "Apply",
"Are you sure you want to override all remote changes?": "Are you sure you want to override all remote changes?",
"Are you sure you want to permanently delete all these files?": "Are you sure you want to permanently delete all these files?",
diff --git a/gui/default/index.html b/gui/default/index.html
index 752950785..c3bf309e6 100644
--- a/gui/default/index.html
+++ b/gui/default/index.html
@@ -661,6 +661,9 @@
Limit:
{{config.options.maxRecvKbps*1024 | binary}}B/s
{{config.options.maxRecvKbps*1024*8 | metric}}bps
+
+ (Applied to LAN)
+
@@ -677,6 +680,9 @@
Limit:
{{config.options.maxSendKbps*1024 | binary}}B/s
{{config.options.maxSendKbps*1024*8 | metric}}bps
+
+ (Applied to LAN)
+