Skip to content

Commit

Permalink
PMM-13094 Update wordings from platform to portal
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 committed Oct 30, 2024
1 parent daa43d5 commit d6943a3
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const Messages = {
link: 'Upgrade to a Premium plan',
buttonText: 'Connect to Percona Platform',
buttonText: 'Connect to Percona Portal',
title: 'Want more Advisors?',
content: 'to get instant access to our advanced Advisors.',
contentSecondPart: 'You can also connect your PMM instance to Percona Platform to get extra basic Advisors for free:',
contentSecondPart: 'You can also connect your PMM instance to Percona Portal to get extra basic Advisors for free:',
contentThirdPart: 'checks.',
advisorsList: 'Generic Configuration, Resources Configuration, Configuration Security, Generic Performance',
};
2 changes: 1 addition & 1 deletion public/app/percona/settings/Settings.messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Messages = {
metrics: 'Metrics Resolution',
advanced: 'Advanced Settings',
ssh: 'SSH Key',
perconaPlatform: 'Percona Platform',
perconaPlatform: 'Percona Portal',
communication: 'Communication',
},
tooltipLinkText: 'Read more',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const Messages = {
title: 'Percona Platform',
connected: 'This PMM instance is connected to Percona Platform.',
title: 'Percona Portal',
connected: 'This PMM instance is connected to Percona Portal.',
disconnect: 'Disconnect',
forceDisconnect: 'Force Disconnect',
modalTitle: 'Disconnect PMM from Percona Platform',
forceDisconnectSucceeded: 'You have successfully disconnected this server from Percona Platform',
modalTitle: 'Disconnect PMM from Percona Portal',
forceDisconnectSucceeded: 'You have successfully disconnected this server from Percona Portal',
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const Messages = {
modalBodyPlatformUser:
'Are you sure you want to disconnect from Percona Platform? This will automatically log you out from PMM.',
'Are you sure you want to disconnect from Percona Portal? This will automatically log you out from PMM.',
modalBody:
' Are you sure you want to disconnect this PMM instance? This will unlink the instance from its current organization and stop all synchronization with Percona Platform.',
' Are you sure you want to disconnect this PMM instance? This will unlink the instance from its current organization and stop all synchronization with Percona Portal.',
readMore: 'Read More...',
};
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
export const Messages = {
title: 'Connect PMM to Percona Platform',
perconaPlatform: 'Percona Platform',
whatIsPerconaPlatform: 'What is Percona Platform?',
title: 'Connect PMM to Percona Portal',
perconaPlatform: 'Percona Portal',
whatIsPerconaPlatform: 'What is Percona Portal?',
perconaPlatformExplanation:
'Percona Platform is a command center for monitoring, securing, and optimizing database enviroments on any infrastructure.',
'Percona Portal is a command center for monitoring, securing, and optimizing database enviroments on any infrastructure.',
whyConnect: 'Why connect?',
connectionReason: `
Connecting to Percona Platform will boost PMM's monitoring capabilities and give you access to advanced
Connecting to Percona Portal will boost PMM's monitoring capabilities and give you access to advanced
Advisors and templates, K8s operators, knowledge base articles and more.
`,
noPerconaAccount: "Don't have a Percona account?",
createAnAccount: 'Create an account now to check all the Percona Platform advantages.',
createAnAccount: 'Create an account now to check all the Percona Portal advantages.',
createPerconaAccountAnchor: 'Create a Percona account',
tokenHerePlaceholder: 'Token here...',
getToken: 'Get token',
connectTitle: 'Connect to Percona Platform',
connectSucceeded: 'Successfully connected PMM to Percona Platform',
connectTitle: 'Connect to Percona Portal',
connectSucceeded: 'Successfully connected PMM to Percona Portal',
pmmServerName: 'PMM Server Name',
pmmServerId: 'PMM Server ID',
accessToken: 'Percona Platform Access Token',
connect: 'Validate Platform connection',
accessToken: 'Percona Portal Access Token',
connect: 'Validate Portal connection',
invalidToken:
'Your access token is invalid. Go to Percona Portal and refresh the Profile Settings page to generate a new token.',
unknownError: 'Unknown error',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const getPmmSettingsPage = (alertingEnabled = false): NavModelItem => {
},
{
id: 'settings-percona-platform',
text: 'Percona Platform',
text: 'Percona Portal',
url: `${config.appSubUrl}/settings/percona-platform`,
},
];
Expand Down
2 changes: 1 addition & 1 deletion public/app/percona/tour/steps/product/product.messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Messages = {
services:
"Here you can check Services, Agents and Nodes in your PMM's Inventory, and add new instances for monitoring: PostgreSQL, MySQL, MongoDB, HAProxy, etc.",
settings:
'PMM Settings also live here. From there, you can connect your PMM instance to Percona Platform and change more advanced settings, for example to activate PMM Alerting, etc.',
'PMM Settings also live here. From there, you can connect your PMM instance to Percona Portal and change more advanced settings, for example to activate PMM Alerting, etc.',
settingsDocs: 'Documentation for PMM Settings ',
settingsDocsLink: 'here',
},
Expand Down

0 comments on commit d6943a3

Please sign in to comment.