Skip to content

Commit 4ef5f37

Browse files
committed
Fix: Ambire v1 wording
1 parent f78eb14 commit 4ef5f37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/consts/signAccountOp/errorHandling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const WARNINGS: { [key: string]: Warning } = {
3636
},
3737
v1Acc: {
3838
id: 'v1Acc',
39-
title: 'You can only broadcast transactions for V1 accounts from an EOA'
39+
title: 'You can only broadcast transactions for Ambire v1 accounts from an EOA'
4040
}
4141
}
4242

src/controllers/signAccountOp/signAccountOp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ export class SignAccountOpController extends EventEmitter implements ISignAccoun
833833
if (isV1) {
834834
errors.push({
835835
title:
836-
'Broadcasting Ambire V1 transactions is possible only by using an ЕОА. Import or create one to broadcast your transactions.'
836+
'Broadcasting Ambire v1 transactions is possible only by using an ЕОА. Import or create one to broadcast your transactions.'
837837
})
838838
} else {
839839
let skippedTokensCount = 0

0 commit comments

Comments
 (0)