mirror of
https://github.com/cerc-io/mars-interface.git
synced 2024-11-17 03:09:20 +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}>
|
||||
<span>
|
||||
{t('fields.notifications.unlocked.single.text', {
|
||||
lp: 'OSMO-ATOM LP',
|
||||
lp: vaultsUnlocked[0].name.name,
|
||||
})}
|
||||
</span>
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user