diff --git a/ui/package.json b/ui/package.json index 05b506bb9..56f78f800 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,9 @@ "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json", - "startProd": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot --environment=prod", + "start:en": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot", + "start:es": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/es.xlf --i18nFormat=xlf --locale=es --aot", + "start:prod": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot --environment=prod", "build": "ng build", "test": "ng test --code-coverage", "lint": "ng lint", diff --git a/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html b/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html index 2bde67d72..c9b927118 100644 --- a/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html +++ b/ui/src/app/metadata-provider/component/forms/attribute-release-form.component.html @@ -29,18 +29,20 @@