Skip to content

chore: cleaning up workspaces table code #2765

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 2 commits into from
Jun 30, 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
Update site/src/components/WorkspacesTable/WorkspacesTableBody.tsx
Co-authored-by: Joe Previte <jjprevite@gmail.com>
  • Loading branch information
Kira-Pilot and jsjoeio authored Jun 30, 2022
commit ae5a2f944c7678fa7cc6ad842c0631ece5cde92a
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { WorkspacesRow } from "./WorkspacesRow"

export const Language = {
emptyCreateWorkspaceMessage: "Create your first workspace",
emptyCreateWorkspaceDescription: "Start editing your source code and building your software",
emptyCreateWorkspaceDescription: "Start editing your source code and building your software.",
createFromTemplateButton: "Create from template",
emptyResultsMessage: "No results matched your search",
}
Expand Down