From c04f689fcff1e8fb84f9b0d752835ea83dd3e7be Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Mon, 24 Jul 2023 11:16:08 -0400 Subject: [PATCH] Simplifying our wording a bit --- ui/app/templates/jobs/job/variables.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/app/templates/jobs/job/variables.hbs b/ui/app/templates/jobs/job/variables.hbs index 1f2936a5608a..4cd6a35ee76d 100644 --- a/ui/app/templates/jobs/job/variables.hbs +++ b/ui/app/templates/jobs/job/variables.hbs @@ -18,13 +18,13 @@ - to grant all your jobs access + for access in all tasks in all jobs
  • Use - to grant this job access + for access from all tasks in this job
  • Use @@ -32,12 +32,12 @@ {{#each this.firstFewTaskGroupNames as |name|}} , {{/each}} - etc. to grant a specific task group access + etc. for access from all tasks in a specific task group {{else}} - to grant your task group access + for access from all tasks in a specific task group {{/if}}
  • @@ -46,11 +46,11 @@ {{#each this.firstFewTaskNames as |name|}} , {{/each}} - etc. to grant a specific task access + etc. for access from a specific task {{else}} - to grant your task access + for access from a specific task {{/if}}