Skip to content

Commit 15fd261

Browse files
authored
fill in init prod env message (#609)
1 parent 66e0042 commit 15fd261

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

web/client/src/library/components/plan/PlanHeader.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ export default function Plan({ error }: { error?: Error }): JSX.Element {
1616
{environment.isInitial && environment.isDefault && (
1717
<Banner
1818
variant={EnumVariant.Warning}
19-
headline="Running Default Plan"
20-
description="Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempora
21-
expedita totam quis dignissimos veniam officia debitis atque
22-
nesciunt, voluptatem eos omnis quidem nihil error, nulla soluta?
23-
Saepe voluptates eaque ducimus!"
19+
headline="Initializing Prod Environment"
20+
description="Prod will be completely backfilled in order to ensure there are no data gaps.
21+
After this is applied, it is recommended to validate further changes in a dev environment before
22+
deploying to production."
2423
/>
2524
)}
2625
{error != null && (

0 commit comments

Comments
 (0)