Skip to content

Commit

Permalink
Merge pull request #4314 from Giveth/fix-button-text
Browse files Browse the repository at this point in the history
Fix Button Text
  • Loading branch information
MohammadPCh authored Jun 24, 2024
2 parents 1da0d72 + cc2cc67 commit 522a31d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 13 deletions.
10 changes: 5 additions & 5 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"component.archive_stream_modal.archived_title": "You have successfully archived a recurring donation",
"component.archive_stream_modal.confirm_button": "Yes, Archive",
"component.archive_stream_modal.confirm_question": "This stream has ended. Do you want to archive it?",
"component.button.complete_profile": "COMPLETE PROFILE",
"component.button.connect_wallet": "Connect Wallet",
"component.button.create_project": "CREATE A PROJECT",
"component.button.complete_profile": "complete profile",
"component.button.connect_wallet": "connect wallet",
"component.button.create_project": "create a project",
"component.button.de": "DE",
"component.button.donate_project": "DONATE TO A PROJECT",
"component.button.donate_project": "donate to a project",
"component.button.learn_more_giveconomy": "Learn more about GIVeconomy",
"component.button.load_more": "Load More",
"component.button.see_all_projects": "See All Projects",
"component.button.sign_in": "Sign In",
"component.button.start_giving": "Start Giving",
"component.button.subscribe": "SUBSCRIBE",
"component.button.subscribe": "subscribe",
"component.button.tweet_this": "Tweet this",
"component.button.your_email_address": "Your email address",
"component.create_project.low_score": "Your project score is below the minimum score of 50, add more detail to your project to proceed",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@giveth/ui-design-system": "^1.11.29",
"@giveth/ui-design-system": "^1.11.31",
"@reduxjs/toolkit": "^2.2.4",
"@safe-global/api-kit": "^2.1.0",
"@segment/snippet": "^4.15.3",
Expand Down
39 changes: 32 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1351,10 +1351,10 @@
"@solana/wallet-adapter-base" "^0.9.17"
bs58 "^5.0.0"

"@giveth/ui-design-system@^1.11.29":
version "1.11.29"
resolved "https://registry.yarnpkg.com/@giveth/ui-design-system/-/ui-design-system-1.11.29.tgz#2ac267ec9ff0e9c0ce2e55068fd931d8974363d8"
integrity sha512-MQB9ScC6NCSglV1UOKdWjrppfi5XCAr5y3c/32XDwVi+82ctwq0JaT2P2Qa1jPLVtuv6VYAn2O8hnpkQMPO23w==
"@giveth/ui-design-system@^1.11.31":
version "1.11.31"
resolved "https://registry.yarnpkg.com/@giveth/ui-design-system/-/ui-design-system-1.11.31.tgz#19bba2b8e25c8b3eed5bec0b2fad6bd86f263123"
integrity sha512-Q3RbbcDKOZJgvpJZxfdb5a5Ue0uHvSvVUA6KqwDrkFepXDIbz0IkffwAUQUnyBDKdKTReLWNN/e/bGORTVTkDg==
dependencies:
next "14.1.0"
react "^18"
Expand Down Expand Up @@ -15234,7 +15234,7 @@ string-length@^5.0.1:
char-regex "^2.0.0"
strip-ansi "^7.0.1"

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -15261,6 +15261,15 @@ string-width@^3.0.0, string-width@^3.1.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.0"

string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
Expand Down Expand Up @@ -15330,7 +15339,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -15358,6 +15367,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -17117,7 +17133,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down Expand Up @@ -17152,6 +17168,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 522a31d

Please sign in to comment.