8000 feat: Add "Outdated" tooltip and "Update version" button in the Workspaces page by BrunoQuaresma · Pull Request #2322 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: Add "Outdated" tooltip and "Update version" button in the Workspaces page #2322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
Co-authored-by: Kira Pilot <kira@coder.com>
  • Loading branch information
BrunoQuaresma and Kira-Pilot authored Jun 15, 2022
commit d982d558561ce0105f4fa9e8fed2f823ba2f0776
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Language = {
outdatedLabel: "Outdated",
upToDateLabel: "Up to date",
versionTooltipText:
"Looks like the version you are using for this workspace is outdated and there is a newest version that you could use.",
"This workspace version is outdated and a newer version is available.",
updateVersionLabel: "Update version",
}

Expand Down
0