Commit c7fcc561 authored by Dheeraj Joshi's avatar Dheeraj Joshi Committed by Kushal Pandya

Remove blacklist terminology from License Compliance

parent c6e88d58
...@@ -69,11 +69,9 @@ export default { ...@@ -69,11 +69,9 @@ export default {
this.formIsOpen = false; this.formIsOpen = false;
}, },
}, },
emptyMessage: s__( emptyMessage: s__('LicenseCompliance|There are currently no policies in this project.'),
'LicenseCompliance|There are currently no approved or blacklisted licenses in this project.',
),
emptySearchMessage: s__( emptySearchMessage: s__(
'LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project.', 'LicenseCompliance|There are currently no policies that match in this project.',
), ),
}; };
</script> </script>
......
---
title: Remove blacklist terminology from License Compliance
merge_request: 39071
author:
type: other
...@@ -14202,10 +14202,10 @@ msgstr "" ...@@ -14202,10 +14202,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?" msgid "LicenseCompliance|Remove license?"
msgstr "" msgstr ""
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project." msgid "LicenseCompliance|There are currently no policies in this project."
msgstr "" msgstr ""
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project." msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr "" msgstr ""
msgid "LicenseCompliance|This license already exists in this project." msgid "LicenseCompliance|This license already exists in this project."
......
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