From 9a792c32c2f04ff31b6de2214f5a6dff317b79fc Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Tue, 13 May 2025 22:33:09 -0400 Subject: [PATCH] improve wording of translation timeout caption --- locales/index.d.ts | 2 +- sharkey-locales/en-US.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index e40f67a495..df6efe0d6a 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13050,7 +13050,7 @@ export interface Locale extends ILocale { */ "translationTimeoutLabel": string; /** - * Timeout in milliseconds for translation API requests (default 5000) + * Timeout in milliseconds for translation API requests. */ "translationTimeoutCaption": string; } diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 2788ba605e..93e178c636 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -566,4 +566,4 @@ bubbleTimelineDescription: "Choose which instances should be displayed in the bu bubbleTimelineMustBeEnabled: "Note: the bubble timeline is hidden by default, and must be enabled via roles." translationTimeoutLabel: "Translation timeout" -translationTimeoutCaption: "Timeout in milliseconds for translation API requests (default 5000)" +translationTimeoutCaption: "Timeout in milliseconds for translation API requests."