From aab35955bf6af74595a49e4737278709d8b907b8 Mon Sep 17 00:00:00 2001 From: Matt Wilkie Date: Mon, 17 Feb 2025 16:45:47 -0700 Subject: [PATCH] remove duplicated sync_2 --- src/public/translations/en/translation.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 8cbe3aa9a..f2978237d 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1662,21 +1662,6 @@ "show_login_link": "Show Login link in Share theme", "show_login_link_description": "Add a login link to the Share page footer" }, - "sync_2": { - "config_title": "Sync Configuration", - "server_address": "Server instance address", - "timeout": "Sync timeout (milliseconds)", - "proxy_label": "Sync proxy server (optional)", - "note": "Note", - "note_description": "If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only).", - "special_value_description": "Another special value is noproxy which forces ignoring even the system proxy and respects NODE_TLS_REJECT_UNAUTHORIZED.", - "save": "Save", - "help": "Help", - "test_title": "Sync Test", - "test_description": "This will test the connection and handshake to the sync server. If the sync server isn't initialized, this will set it up to sync with the local document.", - "test_button": "Test sync", - "handshake_failed": "Sync server handshake failed, error: {{message}}" - }, "time_selector": { "invalid_input": "The entered time value is not a valid number." }