From 541572781b1b089ad7fb5cac124858166410d5c7 Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Mon, 11 Sep 2023 05:50:23 +0200 Subject: [PATCH] gui: Add missing translation related to Number of Connections (ref #8918) (#9095) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomasz WilczyƄski --- gui/default/assets/lang/lang-en.json | 1 + gui/default/syncthing/device/editDeviceModalView.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/default/assets/lang/lang-en.json b/gui/default/assets/lang/lang-en.json index d45decbdc..12e48fc5b 100644 --- a/gui/default/assets/lang/lang-en.json +++ b/gui/default/assets/lang/lang-en.json @@ -434,6 +434,7 @@ "The number of old versions to keep, per file.": "The number of old versions to keep, per file.", "The number of versions must be a number and cannot be blank.": "The number of versions must be a number and cannot be blank.", "The path cannot be blank.": "The path cannot be blank.", + "The rate limit is applied to the accumulated traffic of all connections to this device.": "The rate limit is applied to the accumulated traffic of all connections to this device.", "The rate limit must be a non-negative number (0: no limit)": "The rate limit must be a non-negative number (0: no limit)", "The remote device has not accepted sharing this folder.": "The remote device has not accepted sharing this folder.", "The remote device has paused this folder.": "The remote device has paused this folder.", diff --git a/gui/default/syncthing/device/editDeviceModalView.html b/gui/default/syncthing/device/editDeviceModalView.html index 160cb0f21..0fa6d03ff 100644 --- a/gui/default/syncthing/device/editDeviceModalView.html +++ b/gui/default/syncthing/device/editDeviceModalView.html @@ -169,7 +169,7 @@

The rate limit must be a non-negative number (0: no limit)

-

The rate limit is applied to the accumulated traffic of all connections to this device.

+

The rate limit is applied to the accumulated traffic of all connections to this device.