This commit is contained in:
Bill He
2023-08-29 11:29:06 -07:00
parent 048527989c
commit 93c2f6be67
+1 -1
View File
@@ -64,7 +64,7 @@ export const TransferStatusSteps = ({ status }: ElementProps) => {
link: status?.fromChain?.transactionUrl,
},
{
label: 'Bridging tokens',
label: stringGetter({ key: STRING_KEYS.BRIDGING_TOKENS }),
step: TransferStatusStep.Bridge,
link: status?.axelarTransactionUrl,
},