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 {
:svg-path="noAccessSvgPath"
: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 {
:svg-path="noAccessSvgPath"
: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 {
if (this.project.upgrade_path) {
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">`,
......
......@@ -73,7 +73,7 @@ export const receiveAddProjectsToDashboardSuccess = ({ dispatch, state }, data)
createFlash(
sprintf(
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,
......
......@@ -54,7 +54,7 @@ describe('project component', () => {
it('shows upgrade license text', () => {
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', () => {
......@@ -75,7 +75,7 @@ describe('project component', () => {
it('shows upgrade license text', () => {
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(
`contact an owner of group ${project.namespace.name}`,
);
......
......@@ -119,7 +119,7 @@ describe('actions', () => {
});
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) => {
for (let i = 0; i < count; i += 1) {
store.dispatch('toggleSelectedProject', {
......
......@@ -8916,7 +8916,7 @@ msgstr ""
msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
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 ""
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 ""
msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
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 ""
msgid "Only 1 appearances row can exist"
......@@ -20558,7 +20558,7 @@ msgstr ""
msgid "Only verified users with an email address in any of these domains can be added to the group."
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 ""
msgid "Oops, are you sure?"
......@@ -30346,7 +30346,7 @@ msgstr ""
msgid "To see all the user's personal access tokens you must impersonate them first."
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 ""
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