i18n(recommendations): +12 translations + wrap raw 'niciodată' fallback
Covers page title, 4 section headings + subtitles, 4 empty-state messages, 'ultima fișă' column suffix, and last-contact 'niciodată' fallback (which was a raw string). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<div style="font-size:10px;color:#9ca3af;">{{ $c->phone }}</div>
|
||||
</td>
|
||||
<td class="rc-r" style="color:#9ca3af;font-size:11px;">
|
||||
{{ $c->last_contact_at?->diffForHumans() ?? 'niciodată' }}
|
||||
{{ $c->last_contact_at?->diffForHumans() ?? __('niciodată') }}
|
||||
</td>
|
||||
</tr>
|
||||
@empty
|
||||
|
||||
Reference in New Issue
Block a user