summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-13 22:33:09 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-13 22:33:09 -0400
commit9a792c32c2f04ff31b6de2214f5a6dff317b79fc (patch)
tree5766df4b50e87ca86852cadb48da482dc2c78085 /locales/index.d.ts
parentremove use of watch in external-services.vue (diff)
downloadsharkey-9a792c32c2f04ff31b6de2214f5a6dff317b79fc.tar.gz
sharkey-9a792c32c2f04ff31b6de2214f5a6dff317b79fc.tar.bz2
sharkey-9a792c32c2f04ff31b6de2214f5a6dff317b79fc.zip
improve wording of translation timeout caption
Diffstat (limited to 'locales/index.d.ts')
-rw-r--r--locales/index.d.ts2
1 files changed, 1 insertions, 1 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;
}