Commit c2dbfa7a authored by Jannik Lehmann's avatar Jannik Lehmann

Update Copy on License Compliance CTA

This MR solves: https://gitlab.com/gitlab-org/gitlab/-/issues/228736
It changes the copy of the CTA.

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70923
EE: true
parent 976fe50d
<script>
import { GlButton, GlLoadingIcon, GlIcon, GlPopover } from '@gitlab/ui';
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 { s__ } from '~/locale';
import PaginatedList from '~/vue_shared/components/paginated_list.vue';
......@@ -97,7 +97,7 @@ export default {
data-qa-selector="license_add_button"
@click="openAddLicenseForm"
>
{{ s__('LicenseCompliance|Add a license') }}
{{ s__('LicenseCompliance|Add license policy') }}
</gl-button>
<license-approvals class="gl-ml-3" />
......
......@@ -20121,10 +20121,10 @@ msgstr ""
msgid "LicenseCompliance|Acceptable license to be used in the project"
msgstr ""
msgid "LicenseCompliance|Add a license"
msgid "LicenseCompliance|Add license and related policy"
msgstr ""
msgid "LicenseCompliance|Add license and related policy"
msgid "LicenseCompliance|Add license policy"
msgstr ""
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