From 0a2696846240ebfcdc098af000e08f984d55d9f3 Mon Sep 17 00:00:00 2001 From: amentis Date: Fri, 19 Apr 2024 17:32:48 +0300 Subject: [PATCH] fix languages --- .../app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html | 4 ++-- .../app/ui/dmp/dmp-user-field/dmp-user-field.component.html | 2 +- dmp-frontend/src/assets/i18n/en.json | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html index 9637acdf4..cd72b90c6 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html +++ b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html @@ -91,7 +91,7 @@
{{'DMP-EDITOR.DESCRIPTION' | translate}}: {{ description.label }}
close - check + check
@@ -215,7 +215,7 @@
-
diff --git a/dmp-frontend/src/app/ui/dmp/dmp-user-field/dmp-user-field.component.html b/dmp-frontend/src/app/ui/dmp/dmp-user-field/dmp-user-field.component.html index e82c4b574..81bf5d7c8 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-user-field/dmp-user-field.component.html +++ b/dmp-frontend/src/app/ui/dmp/dmp-user-field/dmp-user-field.component.html @@ -80,7 +80,7 @@
-
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 7a928074c..69b8f2678 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1429,7 +1429,9 @@ "PREVIOUS-STEP": "Previous", "NEXT-STEP": "Next", "DEFAULT-BLUEPRINT": "Default Blueprint", - "OR-CONTINUE-WITH": "or continue with" + "OR-CONTINUE-WITH": "or continue with", + "REMOVE-CONTACT": "Remove Contact", + "REMOVE-USER": "Remove User" }, "PLACEHOLDER": { "DESCRIPTION": "Fill with description",