From 5f130c685cc3038fcd6f997922c10935ca742da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 27 Nov 2020 11:49:13 +0100 Subject: [PATCH] Fix german text --- scm-ui/ui-webapp/public/locales/de/repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/ui-webapp/public/locales/de/repos.json b/scm-ui/ui-webapp/public/locales/de/repos.json index 6433fb348a..3c737c893b 100644 --- a/scm-ui/ui-webapp/public/locales/de/repos.json +++ b/scm-ui/ui-webapp/public/locales/de/repos.json @@ -66,7 +66,7 @@ "table": { "branches": { "active": "Aktive Branches", - "stale": "Alte Branches" + "stale": "Stale Branches" }, "lastCommit": "Letzter Commit" },