diff --git a/ui/app/models/pki/pki-role-engine.js b/ui/app/models/pki/pki-role-engine.js index 8460ca5e75..c2fa644d56 100644 --- a/ui/app/models/pki/pki-role-engine.js +++ b/ui/app/models/pki/pki-role-engine.js @@ -22,8 +22,7 @@ export default class PkiRoleEngineModel extends Model { @attr('string', { label: 'Issuer reference', defaultValue: 'default', - subText: - 'Specifies the issuer that will be used to create certificates with this role. To find this, run [command]. By default, we will use the mounts default issuer.', + subText: `Specifies the issuer that will be used to create certificates with this role. To find this, run read -field=default pki_int/config/issuers in the console. By default, we will use the mounts default issuer.`, }) issuerRef; diff --git a/ui/lib/core/addon/components/radio-select-ttl-or-string.hbs b/ui/lib/core/addon/components/radio-select-ttl-or-string.hbs index 60ff240bc4..cc37e22bd2 100644 --- a/ui/lib/core/addon/components/radio-select-ttl-or-string.hbs +++ b/ui/lib/core/addon/components/radio-select-ttl-or-string.hbs @@ -5,6 +5,7 @@ @value="ttl" @onChange={{this.onRadioButtonChange}} @groupValue={{this.groupValue}} + data-test-radio-button="ttl" />