mirror of
https://github.com/cerc-io/mars-interface.git
synced 2025-07-26 22:32:08 +00:00
fix: vault name in unlocked notification
This commit is contained in:
parent
6319a29485
commit
5b20722a4b
@ -29,7 +29,7 @@ export const UnlockedNotification = () => {
|
|||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<span>
|
<span>
|
||||||
{t('fields.notifications.unlocked.single.text', {
|
{t('fields.notifications.unlocked.single.text', {
|
||||||
lp: 'OSMO-ATOM LP',
|
lp: vaultsUnlocked[0].name.name,
|
||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user