=html_escape(_('You can invite a new member to %{strong_start}%{group_name}%{strong_end}.'))%{group_name: @group.name,strong_start: '<strong>'.html_safe,strong_end: '</strong>'.html_safe}
To link to the documentation from a JavaScript or a Vue component, use the `helpPagePath` function from [`help_page_helper.js`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/helpers/help_page_helper.js):
```javascript
import { helpPagePath } from '~/helpers/help_page_helper';
discoverTrialLabel:s__('Discover|Start a free trial'),
carouselCaptions:[
{
index:0,
caption:s__(
s__(
'Discover|Check your application for security vulnerabilities that may lead to unauthorized access, data leaks, and denial of services.',
),
},
{
index:1,
caption:s__(
s__(
'Discover|GitLab will perform static and dynamic tests on the code of your application, looking for known flaws and report them in the merge request so you can fix them before merging.',
),
},
{
index:2,
caption:s__(
s__(
"Discover|For code that's already live in production, our dashboards give you an easy way to prioritize any issues that are found, empowering your team to ship quickly and securely.",
),
},
],
discoverPlanCaption:s__(
'Discover|See the other features of the %{linkStart}gold plan%{linkEnd}',
...
...
@@ -127,48 +107,40 @@ export default {
<template>
<divclass="discover-box">
<h4class="discover-title center gl-text-gray-900">
<h2class="discover-title center gl-text-gray-900 gl-mx-auto">