From adb1cacd9dd9a461796c71757b04814539da48bd Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 23 Nov 2024 23:22:08 +0600 Subject: [PATCH] web/i18n/settings: update access key description --- web/i18n/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index b4665ee9..6e754e97 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -119,5 +119,5 @@ "processing.access_key": "instance access key", "processing.access_key.title": "use an instance access key", - "processing.access_key.description": "cobalt will use this key to make requests to the api instance." + "processing.access_key.description": "cobalt will use this key to make requests to the processing instance instead of other authentication methods. make sure the instance supports api keys!" }