Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c0695 commit e4db833Copy full SHA for e4db833
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
@@ -10,8 +10,7 @@ dayjs.extend(utc)
10
dayjs.extend(isSameOrBefore)
11
12
export const Language = {
13
- bannerTitle: "Workspace shutdown",
14
- bannerDetail: "Your workspace is scheduled to automatically shut down soon.",
+ bannerTitle: "Your workspace is scheduled to automatically shut down soon.",
15
}
16
17
export interface WorkspaceScheduleBannerProps {
@@ -43,7 +42,6 @@ export const WorkspaceScheduleBanner: React.FC<WorkspaceScheduleBannerProps> = (
43
42
return (
44
<Alert severity="warning">
45
<AlertTitle>{Language.bannerTitle}</AlertTitle>
46
- {Language.bannerDetail}
47
</Alert>
48
)
49
0 commit comments