Skip to content

Commit 40f2f66

Browse files
authored
Merge pull request #41 from hypersign-protocol/diam-others
fix diam
2 parents deb300e + a5e2e83 commit 40f2f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/deploy-onchain-kyc-popup/deploy-kyc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export default {
264264
})
265265
})
266266
this.selectNetworks.push({
267-
label: 'Stellar', // let's keep this for future purposes when we have many networks.
267+
label: 'Others', // let's keep this for future purposes when we have many networks.
268268
options: stellarOptions
269269
})
270270
}

0 commit comments

Comments
 (0)