Commit b7a7f593 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by Kushal Pandya

The operations dashboard is in Premium/Silver

The operations dashboard feature was brought from Ultimate to Premium
in GitLab 11.10
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10586.

This renames some missing items from Gold to Silver.
parent ea10f664
......@@ -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 Gold plan.',
'Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan.',
),
{
invalidProjects,
......
---
title: Fix wrong tier error message for Operations dashboard
merge_request: 16319
author:
type: fixed
......@@ -120,7 +120,7 @@ describe('actions', () => {
});
const errorMessage =
'This dashboard is available for public projects, and private projects in groups with a Gold plan.';
'This dashboard is available for public projects, and private projects in groups with a Silver plan.';
const selectProjects = count => {
for (let i = 0; i < count; i += 1) {
store.dispatch('toggleSelectedProject', {
......
......@@ -4587,7 +4587,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 Gold plan."
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
msgid "Data is still calculating..."
......
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