File tree Expand file tree Collapse file tree
web/client/src/library/components/plan Expand file tree Collapse file tree Original file line number Diff line number Diff 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 && (
You can’t perform that action at this time.
0 commit comments