Skip to content

Commit

Permalink
MM-16144 Relabel plugins as "Beta" in the System Console sidebar (mat…
Browse files Browse the repository at this point in the history
…termost#2928)

* Update admin_sidebar.test.jsx.snap

* Update admin_definition.jsx

* Update en.json
  • Loading branch information
jasonblais authored and bradjcoughlin committed Jun 10, 2019
1 parent d359228 commit 122dae8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,7 @@ export default {
plugins: {
icon: 'fa-plug',
sectionTitle: t('admin.sidebar.plugins'),
sectionTitleDefault: 'Plugins',
sectionTitleDefault: 'Plugins (Beta)',
id: 'plugins',
plugin_management: {
url: 'plugins/plugin_management',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ exports[`components/AdminSidebar should match snapshot 1`] = `
sectionClass=""
title={
<FormattedMessage
defaultMessage="Plugins"
defaultMessage="Plugins (Beta)"
id="admin.sidebar.plugins"
values={Object {}}
/>
Expand Down Expand Up @@ -1029,7 +1029,7 @@ exports[`components/AdminSidebar should match snapshot, not prevent the console
sectionClass=""
title={
<FormattedMessage
defaultMessage="Plugins"
defaultMessage="Plugins (Beta)"
id="admin.sidebar.plugins"
values={Object {}}
/>
Expand Down Expand Up @@ -1593,7 +1593,7 @@ exports[`components/AdminSidebar should match snapshot, not render the plugin in
sectionClass=""
title={
<FormattedMessage
defaultMessage="Plugins"
defaultMessage="Plugins (Beta)"
id="admin.sidebar.plugins"
values={Object {}}
/>
Expand Down Expand Up @@ -2288,7 +2288,7 @@ exports[`components/AdminSidebar should match snapshot, with license (with all f
sectionClass=""
title={
<FormattedMessage
defaultMessage="Plugins"
defaultMessage="Plugins (Beta)"
id="admin.sidebar.plugins"
values={Object {}}
/>
Expand Down Expand Up @@ -2971,7 +2971,7 @@ exports[`components/AdminSidebar should match snapshot, with license (without an
sectionClass=""
title={
<FormattedMessage
defaultMessage="Plugins"
defaultMessage="Plugins (Beta)"
id="admin.sidebar.plugins"
values={Object {}}
/>
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.password": "Password",
"admin.sidebar.permissions": "Permissions",
"admin.sidebar.plugins": "Plugins",
"admin.sidebar.plugins": "Plugins (Beta)",
"admin.sidebar.posts": "Posts",
"admin.sidebar.publicLinks": "Public Links",
"admin.sidebar.pushNotificationServer": "Push Notification Server",
Expand Down

0 comments on commit 122dae8

Please sign in to comment.