diff --git a/platforms/src/Gitcoin/App-Bindings.ts b/platforms/src/Gitcoin/App-Bindings.ts index 47147f0d15..a35c747411 100644 --- a/platforms/src/Gitcoin/App-Bindings.ts +++ b/platforms/src/Gitcoin/App-Bindings.ts @@ -9,7 +9,7 @@ export class GitcoinPlatform extends Platform { banner = { heading: - "The Gitcoin Grant stamp recognizes contributions made during Gitcoin Grants rounds 1-15 (ended September 2022). Data from the latest rounds: Alpha (Jan '23) and Beta (April '23) is in the process of being added and should be added by Aug 15th.", + "The Gitcoin Grant stamp recognizes contributions made during Gitcoin Grants rounds 1-15 (ended September 2022). Please use the new GrantsStack stamp for donations from the latest rounds: Alpha (Jan '23) and Beta (April '23).", }; constructor(options: PlatformOptions = {}) { diff --git a/platforms/src/GrantsStack/App-Bindings.ts b/platforms/src/GrantsStack/App-Bindings.ts index e89004b79a..fbf4b70573 100644 --- a/platforms/src/GrantsStack/App-Bindings.ts +++ b/platforms/src/GrantsStack/App-Bindings.ts @@ -9,7 +9,7 @@ export class GrantsStackPlatform extends Platform { banner = { heading: - "Note: Only Alpha and Beta rounds run by Gitcoin are included. For the Alpha program, only donations larger than $1 are counted. For the Beta program, only matching-eligible contributions are counted.", + "Note: Only Alpha and Beta rounds run by Gitcoin are included. For the Alpha program, only donations larger than $1 are counted. For the Beta program, only matching-eligible contributions are counted. Donations during Grants Round 18 (August '23) will be added by the end of September.", }; async getProviderPayload(appContext: AppContext): Promise {