Skip to content

Commit

Permalink
hot fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 19, 2022
1 parent 0bfe28e commit 747c163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class="bg-white dark:bg-darkblue shadow-md rounded-lg mb-4 text-white"
<div class="px-4 py-5 sm:grid sm:grid-cols-4 sm:gap-2 sm:px-2">
<dt class="text-sm leading-5 font-medium text-gray-500 dark:text-white">
<label>
@lang('moonshine::ui.resource.bind_socialite')
@lang('moonshine::ui.resource.link_socialite')
</label>
</dt>

Expand All @@ -166,7 +166,7 @@ class="bg-white dark:bg-darkblue shadow-md rounded-lg mb-4 text-white"
</div>

<div>
<div class="my-4">@lang('moonshine::ui.resource.binded_socialite')</div>
<div class="my-4">@lang('moonshine::ui.resource.linked_socialite')</div>

@foreach(auth(config('moonshine.auth.guard'))->user()->moonshineSocialites as $socials)
<div class="my-4">{{ $socials->driver }} - {{ $socials->identity }}</div>
Expand Down

0 comments on commit 747c163

Please sign in to comment.