diff --git a/resources/views/clients/edit.blade.php b/resources/views/clients/edit.blade.php
index 9c3a74b682f1..5e172d1674b0 100644
--- a/resources/views/clients/edit.blade.php
+++ b/resources/views/clients/edit.blade.php
@@ -219,7 +219,7 @@
{!! Former::select('currency_id')->addOption('','')
- ->placeholder($account->currency ? trans('texts.currency_'.Str::slug($account->currency->name, '_')) : '')
+ ->placeholder($account->currency ? $account->currency->getTranslatedName() : '')
->fromQuery($currencies, 'name', 'id') !!}
{!! Former::select('language_id')->addOption('','')
->placeholder($account->language ? trans('texts.lang_'.$account->language->name) : '')