Skip to content

Commit

Permalink
Merge branch 'HCC-928-connector-logo-changes-search-for-connector' of…
Browse files Browse the repository at this point in the history
… github.com:juspay/hyperswitch-control-center into HCC-928-connector-logo-changes-search-for-connector
  • Loading branch information
Riddhiagrawal001 committed Dec 5, 2023
2 parents 4992c84 + 6498ea4 commit e6c65a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/HyperSwitch/Connectors/ConnectorList.res
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module NewProcessorCards = {
<div
onClick={_ => setShowModal(_ => true)}
className="text-blue-900 cursor-pointer underline underline-offset-4 font-medium">
{"Can't find the connector of you're choice?"->React.string}
{"Can't find the processor of you're choice?"->React.string}
</div>
</UIUtils.RenderIf>
</div>
Expand Down Expand Up @@ -209,7 +209,7 @@ module NewProcessorCards = {
</div>
<UIUtils.RenderIf condition={showModal}>
<HSwitchFeedBackModal
modalHeading="Request a connector"
modalHeading="Request a processor"
setShowModal
showModal
modalType={RequestConnectorModal}
Expand Down

0 comments on commit e6c65a0

Please sign in to comment.