diff --git a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy index 2b9e600aa..c952e1c1f 100644 --- a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy +++ b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy @@ -36,10 +36,10 @@ f.advanced() { f.entry(field: "orgslist", title: _("List of organizations. Their members will be whitelisted.")) { f.textarea() } - f.entry(field: "blackListLabels", title: _("List of github labels for which the build should not be triggered.")) { + f.entry(field: "blackListLabels", title: _("List of GitHub labels for which the build should not be triggered.")) { f.textarea() } - f.entry(field: "whiteListLabels", title: _("List of github labels for which the build should only be triggered. (Leave blank for 'any')")) { + f.entry(field: "whiteListLabels", title: _("List of GitHub labels for which the build should only be triggered. (Leave blank for 'any')")) { f.textarea() } f.entry(field: "allowMembersOfWhitelistedOrgsAsAdmin", title: "Allow members of whitelisted organizations as admins") { diff --git a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.groovy b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.groovy index 040e76263..3a1cee7cf 100644 --- a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.groovy +++ b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.groovy @@ -46,10 +46,10 @@ f.section(title: descriptor.displayName) { f.entry(field: "cron", title: _("Crontab line"), help: "/descriptor/hudson.triggers.TimerTrigger/help/spec") { f.textbox(default: "H/5 * * * *", checkUrl: "'descriptorByName/hudson.triggers.TimerTrigger/checkSpec?value=' + encodeURIComponent(this.value)") } - f.entry(field: "blackListLabels", title: _("List of github labels for which the build should not be triggered.")) { + f.entry(field: "blackListLabels", title: _("List of GitHub labels for which the build should not be triggered.")) { f.textarea() } - f.entry(field: "whiteListLabels", title: _("List of github labels for which the build should only be triggered. (Leave blank for 'any')")) { + f.entry(field: "whiteListLabels", title: _("List of GitHub labels for which the build should only be triggered. (Leave blank for 'any')")) { f.textarea() } }