Skip to content

Commit

Permalink
fix: another set of spelling corrections (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored Oct 1, 2024
1 parent 64bc9bd commit 728fa2e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion platforms/src/Discord/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const PlatformDetails: PlatformSpec = {
icon: "./assets/discordStampIcon.svg",
platform: "Discord",
name: "Discord",
description: "Connect your Discord account to Gitcoin Passport to identity and reputation in Web3 communities.",
description: "Connect your Discord account to Passport to identity and reputation in Web3 communities.",
connectMessage: "Connect Account",
website: "https://discord.com/",
};
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/ETH/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class ETHPlatform extends Platform {

banner = {
heading: `
Click verify to process your Ethereum L1 transactions. Gitcoin uses a constantly
Click verify to process your Ethereum L1 transactions. Passport uses a constantly
evolving model to review your transaction history and compare against known Sybil
behavior. The number of points you'll receive is based on many factors related to
the overall activity of the address.
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Ens/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class EnsPlatform extends Platform {

banner = {
heading:
"The ENS stamp only recognizes ENS domains if they are set to your account as primary ENS (or reverse record).",
"The ENS Stamp only recognizes ENS domains if they are set to your account as primary ENS (or reverse record).",
cta: {
label: "Learn more",
url: "https://support.passport.xyz/passport-knowledge-base/stamps/how-do-i-add-passport-stamps/connecting-an-ens-account-to-passport",
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Gitcoin/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class GitcoinPlatform extends Platform {
banner = {
heading: (
<div>
To qualify for the Gitcoin stamp, your contributions must be made to grant rounds officially funded by Gitcoin.
To qualify for the Gitcoin Stamp, your contributions must be made to grant rounds officially funded by Gitcoin.
This includes designated rounds such as Citizens rounds, GG18, GG19, among others, as detailed{" "}
<Hyperlink href="https:/ufkhan97/gitcoin-grants-heroku/blob/main/all_rounds.csv">here</Hyperlink>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Github/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class GithubPlatform extends Platform {
this.banner = {
heading: "Verifying Contribution Activity",
content:
"For the Contribution Activity credentials, make sure your contribution data is public. Go to Settings > Public Profile > Contributions & Activity and uncheck 'Make profile private and hide activity'. Verify your contribution history with your Gitcoin Passport!",
"For the Contribution Activity credentials, make sure your contribution data is public. Go to Settings > Public Profile > Contributions & Activity and uncheck 'Make profile private and hide activity'. Verify your contribution history with your Passport!",
cta: {
label: "Learn more",
url: "https://support.passport.xyz/passport-knowledge-base/stamps/how-do-i-add-passport-stamps/connecting-a-github-account-to-passport",
Expand Down
4 changes: 2 additions & 2 deletions platforms/src/Holonym/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class HolonymPlatform implements Platform {
path = "Holonym";

banner = {
heading: "To add the Holonym Stamp to your Gitcoin Passport...",
heading: "To add the Holonym Stamp to your Passport...",
content: (
<ul style={{ listStyleType: "disc", paddingLeft: "20px" }}>
<li>
Expand All @@ -19,7 +19,7 @@ export class HolonymPlatform implements Platform {
Go to <Hyperlink href="https://holonym.id">Holonym's page</Hyperlink>, verify your ID by connecting your
wallet, and follow prompts to obtain the Government ID or ePassport Proofs
</li>
<li>After verification, mint the SBT to your wallet, then link it to your Gitcoin Passport by verifying it.</li>
<li>After verification, mint the SBT to your wallet, then link it to your Passport by verifying it.</li>
</ul>
),
cta: {
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Lens/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class LensPlatform extends Platform {
isEVM = true;

banner = {
content: `To add the Lens Stamp to your Gitcoin Passport, ensure you're using
content: `To add the Lens Stamp to your Passport, ensure you're using
your Lens Handle, not your profile. A Lens Handle is your unique identifier on
Lens, required for verification. Obtain a Handle either through the Lens beta or
by purchasing one from NFT marketplaces. Note: Verification may be delayed after
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/TrustaLabs/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class TrustaLabsPlatform extends Platform {
content: (
<div>
This uses Trusta&apos;s <Hyperlink href="https://www.trustalabs.ai/trustscan">TrustScan</Hyperlink> product
based on your activities on Eth Mainnet. You will not be able to claim the stamp if you lack sufficient data or
based on your activities on Eth Mainnet. You will not be able to claim the Stamp if you lack sufficient data or
have Sybil like patterns they have detected. Note, the MEDIA score for zkSync is different from this score. For
more questions please see their{" "}
<Hyperlink href="https://trusta-labs.gitbook.io/trustalabs/trustscan/q-and-a-for-sybil-score">Q&A</Hyperlink>.
Expand Down

0 comments on commit 728fa2e

Please sign in to comment.