From b2ceb5345ab1aef250d4f130cd2dd9309a1acb01 Mon Sep 17 00:00:00 2001 From: ajnart Date: Fri, 6 Jan 2023 11:17:29 +0900 Subject: [PATCH] Add torrent refreshinterval translation --- public/locales/en/modules/torrents-status.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/en/modules/torrents-status.json b/public/locales/en/modules/torrents-status.json index d3ab4be86..83d75d6dd 100644 --- a/public/locales/en/modules/torrents-status.json +++ b/public/locales/en/modules/torrents-status.json @@ -4,6 +4,9 @@ "description": "Displays a list of the torrent which are currently downloading", "settings": { "title": "Settings for BitTorrent integration", + "refreshInterval": { + "label": "Refresh interval (in seconds)" + }, "displayCompletedTorrents": { "label": "Display completed torrents" },