Skip to content

Commit

Permalink
fix: update endorse transfer capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
osslgtm committed Jun 28, 2023
1 parent 5125890 commit 33571b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const EndorseTransferForm: FunctionComponent<EndorseTransferFormProps> =
</div>
<div className="w-full px-4 lg:w-1/3">
<EditableAssetTitle
role="owner"
role="Owner"
value={holder}
newValue={newOwner}
isEditable={isEditable}
Expand All @@ -80,7 +80,7 @@ export const EndorseTransferForm: FunctionComponent<EndorseTransferFormProps> =
</div>
<div className="w-full px-4 lg:w-1/3">
<EditableAssetTitle
role="holder"
role="Holder"
value={holder}
newValue={newHolder}
isEditable={isEditable}
Expand Down

0 comments on commit 33571b1

Please sign in to comment.