Commit b5243a32 authored by Scott Hampton's avatar Scott Hampton

Merge branch '299870-update-silver-mentions' into 'master'

Update mentions of Silver with Premium

See merge request gitlab-org/gitlab!52562
parents 0a45fdb9 5ce0b2bb
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
:svg-path="noAccessSvgPath" :svg-path="noAccessSvgPath"
:description=" :description="
__( __(
'Only \'Reporter\' roles and above on tiers Premium / Silver and above can see Value Stream Analytics.', 'Only \'Reporter\' roles and above on tiers Premium and above can see Value Stream Analytics.',
) )
" "
/> />
......
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
:svg-path="noAccessSvgPath" :svg-path="noAccessSvgPath"
:description=" :description="
__( __(
'Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics.', 'Only ‘Reporter’ roles and above on tiers Premium and above can see Productivity Analytics.',
) )
" "
/> />
......
...@@ -37,7 +37,7 @@ export default { ...@@ -37,7 +37,7 @@ export default {
if (this.project.upgrade_path) { if (this.project.upgrade_path) {
return sprintf( return sprintf(
__( __(
"To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard.", "To see this project's operational details, %{linkStart}upgrade its group plan to Premium%{linkEnd}. You can also remove the project from the dashboard.",
), ),
{ {
linkStart: `<a href="${this.project.upgrade_path}" target="_blank" rel="noopener noreferrer">`, linkStart: `<a href="${this.project.upgrade_path}" target="_blank" rel="noopener noreferrer">`,
......
...@@ -73,7 +73,7 @@ export const receiveAddProjectsToDashboardSuccess = ({ dispatch, state }, data) ...@@ -73,7 +73,7 @@ export const receiveAddProjectsToDashboardSuccess = ({ dispatch, state }, data)
createFlash( createFlash(
sprintf( sprintf(
s__( s__(
'Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan.', 'Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Premium plan.',
), ),
{ {
invalidProjects, invalidProjects,
......
...@@ -54,7 +54,7 @@ describe('project component', () => { ...@@ -54,7 +54,7 @@ describe('project component', () => {
it('shows upgrade license text', () => { it('shows upgrade license text', () => {
expect(wrapper.find('.dashboard-card-body').html()).toContain(wrapper.vm.unlicensedMessage); expect(wrapper.find('.dashboard-card-body').html()).toContain(wrapper.vm.unlicensedMessage);
expect(wrapper.vm.unlicensedMessage).toContain('upgrade its group plan to Silver'); expect(wrapper.vm.unlicensedMessage).toContain('upgrade its group plan to Premium');
}); });
it('hides commit info', () => { it('hides commit info', () => {
...@@ -75,7 +75,7 @@ describe('project component', () => { ...@@ -75,7 +75,7 @@ describe('project component', () => {
it('shows upgrade license text', () => { it('shows upgrade license text', () => {
expect(wrapper.find('.dashboard-card-body').html()).toContain(wrapper.vm.unlicensedMessage); expect(wrapper.find('.dashboard-card-body').html()).toContain(wrapper.vm.unlicensedMessage);
expect(wrapper.vm.unlicensedMessage).not.toContain('upgrade its group plan to Silver'); expect(wrapper.vm.unlicensedMessage).not.toContain('upgrade its group plan to Premium');
expect(wrapper.vm.unlicensedMessage).toContain( expect(wrapper.vm.unlicensedMessage).toContain(
`contact an owner of group ${project.namespace.name}`, `contact an owner of group ${project.namespace.name}`,
); );
......
...@@ -119,7 +119,7 @@ describe('actions', () => { ...@@ -119,7 +119,7 @@ describe('actions', () => {
}); });
const errorMessage = const errorMessage =
'This dashboard is available for public projects, and private projects in groups with a Silver plan.'; 'This dashboard is available for public projects, and private projects in groups with a Premium plan.';
const selectProjects = (count) => { const selectProjects = (count) => {
for (let i = 0; i < count; i += 1) { for (let i = 0; i < count; i += 1) {
store.dispatch('toggleSelectedProject', { store.dispatch('toggleSelectedProject', {
......
...@@ -8916,7 +8916,7 @@ msgstr "" ...@@ -8916,7 +8916,7 @@ msgstr ""
msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}" msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
msgstr "" msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Premium plan."
msgstr "" msgstr ""
msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities."
...@@ -20522,7 +20522,7 @@ msgstr "" ...@@ -20522,7 +20522,7 @@ msgstr ""
msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less." msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
msgstr "" msgstr ""
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Value Stream Analytics." msgid "Only 'Reporter' roles and above on tiers Premium and above can see Value Stream Analytics."
msgstr "" msgstr ""
msgid "Only 1 appearances row can exist" msgid "Only 1 appearances row can exist"
...@@ -20558,7 +20558,7 @@ msgstr "" ...@@ -20558,7 +20558,7 @@ msgstr ""
msgid "Only verified users with an email address in any of these domains can be added to the group." msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr "" msgstr ""
msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics." msgid "Only ‘Reporter’ roles and above on tiers Premium and above can see Productivity Analytics."
msgstr "" msgstr ""
msgid "Oops, are you sure?" msgid "Oops, are you sure?"
...@@ -30346,7 +30346,7 @@ msgstr "" ...@@ -30346,7 +30346,7 @@ msgstr ""
msgid "To see all the user's personal access tokens you must impersonate them first." msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr "" msgstr ""
msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard." msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Premium%{linkEnd}. You can also remove the project from the dashboard."
msgstr "" msgstr ""
msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard." msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
......
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