Skip to content

Commit 4ac86bd

Browse files
committed
fix(config): revert disclaimer message
1 parent 5cc0238 commit 4ac86bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/common/config/strings.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
export const STRINGS = {
22
DISCLAIMER_MESSAGE: `
3-
Graduated Project
3+
Incubation Project
44
5-
This project is a Graduated Project, supported by the Green Software Foundation. The publicly available version documented in the README is trusted by the GSF. New versions of the project may be released, or it may move to the Maintained or Retired Stage at any moment.`,
5+
This project is an incubation project being run inside the Green Software Foundation; as such, we DON’T recommend using it in any critical use case.
6+
Incubation projects are experimental, offer no support guarantee, have minimal governance and process, and may be retired at any moment. This project may one day graduate, in which case this disclaimer will be removed.`,
67
SOURCE_IS_NOT_YAML: 'Given source file is not in yaml format.',
78
TARGET_IS_NOT_YAML: 'Given target file is not in yaml format.',
89
MANIFEST_NOT_FOUND: 'Manifest file not found.',

0 commit comments

Comments
 (0)