fix: vault name in unlocked notification

This commit is contained in:
Linkie Link
2023-04-12 15:38:51 +02:00
committed by GitHub
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