title:s__('DastProfiles|You cannot run an active scan against an unvalidated site.'),
primaryButtonText:s__('DastProfiles|Manage site profiles'),
message:s__(
'DastProfiles|You can either choose a passive scan or validate the target site from the site profile management page. %{docsLinkStart}Learn more about site validation.%{docsLinkEnd}',
)
}
};
</script>
<template>
<gl-alert
:title="s__('DastProfiles|You cannot run an active scan against an unvalidated site.')"
:title="$options.i18n.title"
:dismissible="false"
:primary-button-text="s__('DastProfiles|Manage site profiles')"
'DastProfiles|You can either choose a passive scan or validate the target site from the site profile management page. %{docsLinkStart}Learn more about site validation.%{docsLinkEnd}',