Commit 7261b135 authored by Peter Hegman's avatar Peter Hegman

Merge branch 'jnnkl-update-add-license-text' into 'master'

Update Copy on License Compliance CTA

See merge request gitlab-org/gitlab!70923
parents cf940e83 c2dbfa7a
<script> <script>
import { GlButton, GlLoadingIcon, GlIcon, GlPopover } from '@gitlab/ui';
import { mapState, mapGetters, mapActions } from 'vuex'; import { mapState, mapGetters, mapActions } from 'vuex';
import { GlButton, GlLoadingIcon, GlIcon, GlPopover } from '@gitlab/ui';
import { LICENSE_MANAGEMENT } from 'ee/vue_shared/license_compliance/store/constants'; import { LICENSE_MANAGEMENT } from 'ee/vue_shared/license_compliance/store/constants';
import { s__ } from '~/locale'; import { s__ } from '~/locale';
import PaginatedList from '~/vue_shared/components/paginated_list.vue'; import PaginatedList from '~/vue_shared/components/paginated_list.vue';
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
data-qa-selector="license_add_button" data-qa-selector="license_add_button"
@click="openAddLicenseForm" @click="openAddLicenseForm"
> >
{{ s__('LicenseCompliance|Add a license') }} {{ s__('LicenseCompliance|Add license policy') }}
</gl-button> </gl-button>
<license-approvals class="gl-ml-3" /> <license-approvals class="gl-ml-3" />
......
...@@ -20176,10 +20176,10 @@ msgstr "" ...@@ -20176,10 +20176,10 @@ msgstr ""
msgid "LicenseCompliance|Acceptable license to be used in the project" msgid "LicenseCompliance|Acceptable license to be used in the project"
msgstr "" msgstr ""
msgid "LicenseCompliance|Add a license" msgid "LicenseCompliance|Add license and related policy"
msgstr "" msgstr ""
msgid "LicenseCompliance|Add license and related policy" msgid "LicenseCompliance|Add license policy"
msgstr "" msgstr ""
msgid "LicenseCompliance|Allow" msgid "LicenseCompliance|Allow"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment