e2e: fixed initial account name
This commit is contained in:
parent
38af9e82d8
commit
b136602322
|
@ -285,7 +285,7 @@ class BaseView(object):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def status_account_name(self):
|
def status_account_name(self):
|
||||||
return self.get_translation_by_key('ethereum-account')
|
return self.get_translation_by_key('main-account')
|
||||||
|
|
||||||
def accept_agreements(self):
|
def accept_agreements(self):
|
||||||
iterations = int()
|
iterations = int()
|
||||||
|
|
Loading…
Reference in New Issue