From 61f8a61986cc54e4137b3f1d0ed95bbfb204bd23 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 4 Aug 2024 00:47:09 +0600 Subject: [PATCH] web/i18n/settings: point out that processing override desc isn't final --- 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 fd38252f..b6a51427 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -108,5 +108,5 @@ "processing.override": "default instance override", "processing.override.title": "use instance-provided processing server", - "processing.override.description": "cobalt will use the processing server from DEFAULT_API when this is enabled." + "processing.override.description": "cobalt will use the processing server from DEFAULT_API when this is enabled. this is a temporary description." }