e2e: fixed initial account name

This commit is contained in:
pavloburykh 2022-07-05 15:35:53 +03:00 committed by Andrea Maria Piana
parent 38af9e82d8
commit b136602322
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class BaseView(object):
@property
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):
iterations = int()