mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 05:57:58 +08:00
[M] Rename: Bind -> Link
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
const summary = card.summary
|
||||
|
||||
// Check if it's already linked
|
||||
if (card.card.bound) {
|
||||
if (card.card.linked) {
|
||||
setError("This card is already linked to another account", type)
|
||||
state = "ready"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user