From c825e1c7a6fa1aa8f1c430384620ffd0addf25f8 Mon Sep 17 00:00:00 2001 From: Lvbo163 Date: Thu, 11 Jan 2018 10:57:14 +0800 Subject: add internationalization add i18n for internationalization Issue-ID: SDC-901 Change-Id: I2784194b0fbf1f1b3de9dd03feb33d03ba495e15 Signed-off-by: Lvbo163 --- .../app/components/editable-property/editable-property.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html') diff --git a/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html b/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html index 8dde9f1c..6a63f69a 100644 --- a/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html +++ b/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html @@ -1,5 +1,5 @@ + (mouseover)="showEditComponent(true)" (mouseout)="showEditComponent(false)"> -- cgit 1.2.3-korg