From 5053becb02654a0a5db52ef21002251f3684c82d Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Thu, 1 Feb 2018 17:39:53 +0100 Subject: [PATCH] ci - fix grammar in lang text --- config/lang/de.json | 2 +- config/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lang/de.json b/config/lang/de.json index 5a8a4061..ba6137a1 100644 --- a/config/lang/de.json +++ b/config/lang/de.json @@ -152,7 +152,7 @@ "page-accept-error-cannot-accept-phase": "Die Phase [%s] kann nicht akzeptiert werden.", "page-accept-info": "Die Software wurde erfolgreich in der Phase <span class=\"%s\">%s</span> getestet und soll auf die nächste Phase <span class=\"%s\">%s</span> ausgerollt werden?", "page-accept-warning-version-exists-in-next-queue": "In der Queue von Phase [%s] ist die Version von [%s] bereits vorhanden!", - "page-accept-warning-version-exists-in-next-repo": "In der Phase [%s] ist die Version von [%s] bereits im Puppet-Repository vorhanden!", + "page-accept-warning-version-exists-in-next-repo": "In der Phase [%s] ist die dieselbe Version von [%s] bereits im Puppet vorhanden!", "page-accept-buttonlabel": "Die Phase [%s] akzeptieren und für Phase [%s] freigeben", "page-build-info": "Es wird ein neues Paket erstellt und für die Phase <em class=\"%s\">%s</em> bereitgestellt.", diff --git a/config/lang/en.json b/config/lang/en.json index e51be722..749b76cd 100644 --- a/config/lang/en.json +++ b/config/lang/en.json @@ -153,7 +153,7 @@ "page-accept-error-cannot-accept-phase": "The phase [%s] cannot be accepted.", "page-accept-info": "The software was tested successfully in phase <span class=\"%s\">%s</span> and shall be rolled out in the next phase <span class=\"%s\">%s</span>?", "page-accept-warning-version-exists-in-next-queue": "In the queue of phase [%s] the version [%s] already exists!", - "page-accept-warning-version-exists-in-next-repo": "In the phase [%s] the version [%s] is in the puppet repository already!", + "page-accept-warning-version-exists-in-next-repo": "In the install directory phase [%s] the version of [%s] already exists!", "page-accept-buttonlabel": "Accept phase [%s] and rollout to phase[%s]", "page-build-info": "Build a new package and rollout to first active phase <em class=\"%s\">%s</em>.", -- GitLab