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.
Replaced updateDescription and added sorting to the versions
- Loading branch information
1 parent
89e4fdd
commit 13eac7d
Showing
4 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...red/components/PerconaBootstrapper/PerconaUpdateVersion/PerconaUpdateVersion.constants.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,12 +1,12 @@ | ||
export const Messages = { | ||
titleOneUpdate: 'New update available', | ||
titleMultipleUpdates: 'New updates available', | ||
howToUpdate: 'How to update', | ||
howToUpdateDescription: | ||
"We are inaugurating a new process for updating PMM. It's a new interface with an improved user experience and is ready for the future of PMM. Click on Go to Updates Page to find out more.", | ||
newVersions: 'New Versions', | ||
readMore: 'Read more', | ||
fullReleaseNotes: 'Full release notes here', | ||
goToUpdatesPage: 'Go to updates page', | ||
snooze: 'Dismiss', | ||
readyForAnUpdate: 'Ready for an upgrade?', | ||
updateDescription: | ||
"We've streamlined our update process with a new, user-friendly interface. One click gets you all the latest improvements.", | ||
}; |
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