diff --git a/src/views/mobile/accounts/EditPage.vue b/src/views/mobile/accounts/EditPage.vue index ba7a21a3..304ed77d 100644 --- a/src/views/mobile/accounts/EditPage.vue +++ b/src/views/mobile/accounts/EditPage.vue @@ -36,7 +36,7 @@ class="list-item-with-header-and-title" :class="{ 'disabled': editAccountId }" :header="$t('Account Type')" - :title="this.getAccountTypeName(account.type)" + :title="getAccountTypeName(account.type)" @click="showAccountTypeSheet = true" >