From 2445d04d1965b321bec3061457315dce1a7d452f Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:11:19 +0800 Subject: [PATCH] chore: fix de-DE translations (#28552) --- web/i18n/de-DE/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/de-DE/app.ts b/web/i18n/de-DE/app.ts index ce606d5089..ad761e81b3 100644 --- a/web/i18n/de-DE/app.ts +++ b/web/i18n/de-DE/app.ts @@ -149,7 +149,7 @@ const translation = { password: 'Passwort', databricksHost: 'Databricks-Workspace-URL', clientSecret: 'OAuth-Client-Geheimnis', - personalAccessToken: 'Persönlicher Zugriffsschlüssel (Legacy)', + personalAccessToken: 'Persönliches Zugriffstoken (veraltet)', experimentId: 'Experiment-ID', username: 'Benutzername', trackingUri: 'Tracking-URI',