diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-13 22:33:09 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-13 22:33:09 -0400 |
| commit | 9a792c32c2f04ff31b6de2214f5a6dff317b79fc (patch) | |
| tree | 5766df4b50e87ca86852cadb48da482dc2c78085 | |
| parent | remove use of watch in external-services.vue (diff) | |
| download | sharkey-9a792c32c2f04ff31b6de2214f5a6dff317b79fc.tar.gz sharkey-9a792c32c2f04ff31b6de2214f5a6dff317b79fc.tar.bz2 sharkey-9a792c32c2f04ff31b6de2214f5a6dff317b79fc.zip | |
improve wording of translation timeout caption
| -rw-r--r-- | locales/index.d.ts | 2 | ||||
| -rw-r--r-- | 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." |