From 5f0842543007a5f24b62709705e94b2a2655cd2f Mon Sep 17 00:00:00 2001 From: Brandon Groves Date: Fri, 26 Jun 2020 10:27:46 -0400 Subject: [PATCH] [OOE-50] typos --- README.md | 2 +- src/main/resources/templates/editTaskConfig.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77065f8..8ef2e7e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If checked the build will be marked ***failed*** if any quality gate did not pas #### Create a Report Link -If checked a link will be generated and displayed. The Quality Report can then be viewed by click the generated link. Note: If checked the Mark Unstable option is ignored. +If checked a link will be generated and displayed. The Quality Report can then be viewed by clicking the generated link. Note: If checked the Mark Unstable option is ignored. #### Show All Events diff --git a/src/main/resources/templates/editTaskConfig.ftl b/src/main/resources/templates/editTaskConfig.ftl index a1521f4..3d283cd 100644 --- a/src/main/resources/templates/editTaskConfig.ftl +++ b/src/main/resources/templates/editTaskConfig.ftl @@ -51,7 +51,7 @@ [@ww.textfield labelKey="com.overops.plugins.bamboo.task.config.topErrorCount" name="topErrorCount" required="false" description="The number of total and unique errors to show in the quality report, sorted by volume." /]
[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.markUnstable" name="markUnstable" required="false" description="If checked the build will be marked unstable when any quality gates fail."/] -[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.link" name="link" required="false" description="If checked a link will be generated and displayed. The Quality Report can then be viewed by click the generated link. Note: If checked the Mark Unstable option is ignored."/] +[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.link" name="link" required="false" description="If checked a link will be generated and displayed. The Quality Report can then be viewed by clicking the generated link. Note: If checked the Mark Unstable option is ignored."/]
[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.showAllEvents" name="showAllEvents" required="false" description="If checked the quality report will list events for both passed and failed quality gates, otherwise only events for failed gates will be displayed."/]