fix(source): update no sources found message for clarity
This commit is contained in:
parent
9548c7d312
commit
d731cdabdf
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class="dark:text-warning">{{ $privateKeyName }}</span>
|
|||
</x-modal-confirmation>
|
||||
</div>
|
||||
@empty
|
||||
<div class="text-center">No sources found</div>
|
||||
<div>No other sources found</div>
|
||||
@endforelse
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue