diff --git a/src/public/app/widgets/type_widgets/options/sync.ts b/src/public/app/widgets/type_widgets/options/sync.ts index e57d07eea..6d1f3a892 100644 --- a/src/public/app/widgets/type_widgets/options/sync.ts +++ b/src/public/app/widgets/type_widgets/options/sync.ts @@ -15,8 +15,11 @@ const TPL = `
- - + +
+ + ${t("sync_2.timeout_unit")} +
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index caa86ac01..55089834c 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1334,7 +1334,8 @@ "sync_2": { "config_title": "Sync Configuration", "server_address": "Server instance address", - "timeout": "Sync timeout (milliseconds)", + "timeout": "Sync timeout", + "timeout_unit": "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).", diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 99b6dd352..fe4d40769 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -1218,7 +1218,8 @@ "test_button": "Probează sincronizarea", "test_description": "Această opțiune va testa conexiunea și comunicarea cu serverul de sincronizare. Dacă serverul de sincronizare nu este inițializat, acest lucru va rula și o sincronizare cu documentul local.", "test_title": "Probează sincronizarea", - "timeout": "Timp limită de sincronizare (millisecunde)" + "timeout": "Timp limită de sincronizare", + "timeout_unit": "milisecunde" }, "table_of_contents": { "description": "Tabela de conținut va apărea în notițele de tip text atunci când notița are un număr de titluri mai mare decât cel definit. Acest număr se poate personaliza:",