From 9448ea2474b07dc2312174cac8d34dba020cd0f0 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 22 Nov 2023 16:49:33 +0100 Subject: [PATCH] update text for first project --- config/lang/de-de.json | 2 +- config/lang/en-en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lang/de-de.json b/config/lang/de-de.json index 55e082a6..eeccfb37 100644 --- a/config/lang/de-de.json +++ b/config/lang/de-de.json @@ -48,7 +48,7 @@ "class-actionlog-time-for-n-weeks": "seit %s Wochen", "class-actionlog-count": "Anzahl", - "class-pl-error-no-project": "<strong>Hinweis</strong><br>Es wurde noch kein Projekt eingerichtet.", + "class-pl-error-no-project": "<strong>Willkommen!</strong><br>Es gibt nach Installieren noch kein Projekt.", "class-project-build-label-cleanup-builds": "Cleanup der Builds", "class-project-build-label-create-workdir": "Arbeitsverzeichnis erstellen", diff --git a/config/lang/en-en.json b/config/lang/en-en.json index 8b9d9e3b..458b5080 100644 --- a/config/lang/en-en.json +++ b/config/lang/en-en.json @@ -47,7 +47,7 @@ "class-actionlog-time-for-n-weeks": "for %s weeks", "class-actionlog-count": "count", - "class-pl-error-no-project": "<strong>Remark</strong><br>No data. No project was created yet.", + "class-pl-error-no-project": "<strong>Welcome!</strong><br>After installation we don't have project here.", "class-project-build-label-cleanup-builds": "Cleanup builds", "class-project-build-label-create-workdir": "Create working directory", -- GitLab