forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PMM-13094 Update wordings from platform to portal
- Loading branch information
1 parent
daa43d5
commit d6943a3
Showing
7 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
public/app/percona/check/components/CheckInfoAlert/CheckInfoAlert.messages.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
public/app/percona/settings/components/Platform/Connected/Connected.messages.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |
4 changes: 2 additions & 2 deletions
4
public/app/percona/settings/components/Platform/Connected/ModalBody/ModalBody.messages.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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...', | ||
}; |
20 changes: 10 additions & 10 deletions
20
public/app/percona/settings/components/Platform/Platform.messages.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters