Skip to content

Commit

Permalink
fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
FlamesONE committed Apr 10, 2024
1 parent ef2682e commit d98b0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Themes/standard/pages/profile/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class="@if ($active === $key) active @endif {{ $tab['classes'] }}">
<div class="profile_up_name">
<h2>{{ $user->name }}</h2>
@if (user()->hasPermission('admin.users') || $user->id == user()->id)
<p>@t('def.balance'): {{ $user->balance . app('lk.currency_view') }}</p>
<p>@t('def.balance'): {{ $user->balance}} {{ app('lk.currency_view') }}</p>
@endif
</div>
@if (sizeof($user->socialNetworks) > 0)
Expand Down
4 changes: 2 additions & 2 deletions i18n/uk/profile.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php return [
<?php return [
"profile_hidden" => "Цей профіль прихований, на жаль :(",
"edit_profile" => "Редагувати профіль",
"settings_profile" => "Налаштування профілю",
Expand All @@ -15,7 +15,7 @@
"devices_desc" => "Налаштування активних сесій",
"security" => "Конфіденційність",
"invoices" => "Платежі",
"theme" => "Зовнішній вигляд"
"theme" => "Зовнішній вигляд"
],
"s_main" => [
"info" => "Основна інформація",
Expand Down

0 comments on commit d98b0c1

Please sign in to comment.