i18n(ai-assistant): wrap wire:confirm delete conversation prompt
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
{{ $c->title }}
|
||||
</span>
|
||||
<button type="button" class="ai-del" wire:click="deleteChat({{ $c->id }})"
|
||||
wire:confirm="Șterge conversația?">×</button>
|
||||
wire:confirm="{{ __('Șterge conversația?') }}">×</button>
|
||||
</div>
|
||||
@empty
|
||||
<div style="font-size:11px;color:#9ca3af;padding:8px;">{{ __('Nicio conversație') }}</div>
|
||||
|
||||
Reference in New Issue
Block a user