diff --git a/resources/views/vendors/edit.blade.php b/resources/views/vendors/edit.blade.php
index 77270b2e10bd..5f22416aa577 100644
--- a/resources/views/vendors/edit.blade.php
+++ b/resources/views/vendors/edit.blade.php
@@ -118,7 +118,7 @@
{!! Former::select('currency_id')->addOption('','')
- ->placeholder($account->currency ? $account->currency->name : '')
+ ->placeholder($account->currency ? $account->currency->getTranslatedName() : '')
->fromQuery($currencies, 'name', 'id') !!}
{!! Former::textarea('private_notes')->rows(6) !!}