From: Jiri Tomasek <[email protected]>
---
src/app/views/deployments/_overview.html.haml | 2 +-
src/config/locales/en.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/views/deployments/_overview.html.haml
b/src/app/views/deployments/_overview.html.haml
index d4a90fd..96c38e0 100644
--- a/src/app/views/deployments/_overview.html.haml
+++ b/src/app/views/deployments/_overview.html.haml
@@ -42,7 +42,7 @@
%div#realm-description
.field
- = label_tag :launch_with_errors , t('.launch_with_errors')
+ = label_tag :launch_with_errors , t('.launch_with_errors'), :class
=> 'checkbox'
.input
= check_box :deployment, :partial_launch
diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
index 151a84e..c2c062a 100644
--- a/src/config/locales/en.yml
+++ b/src/config/locales/en.yml
@@ -321,7 +321,7 @@ en:
description: Description
image_ids: Image IDs
launch: Launch
- launch_with_errors: Launch with errors
+ launch_with_errors: Ignore Instance errors during launch
launch_from_catalog:
profile: Profile
hint: Choose a deployable to launch in the "%{pool}" pool
--
1.7.7.6