From 49a4a9f15ff3b3a643c5d4037ddee70f2f85dff5 Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Thu, 1 Jan 2026 22:04:17 +0100 Subject: [PATCH] fix: english labels for diff UI --- .../infolists/entries/normalized-diff.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/filament/infolists/entries/normalized-diff.blade.php b/resources/views/filament/infolists/entries/normalized-diff.blade.php index 6ba7040..b3533dd 100644 --- a/resources/views/filament/infolists/entries/normalized-diff.blade.php +++ b/resources/views/filament/infolists/entries/normalized-diff.blade.php @@ -268,10 +268,10 @@ Diff - Vorher + Before - Nachher + After @@ -323,7 +323,7 @@
-
Alt
+
Old
@php
 foreach ($rows as $row) {
     $left = $row['left'];
@@ -346,7 +346,7 @@
                                                                         
-
Neu
+
New
@php
 foreach ($rows as $row) {
     $right = $row['right'];
@@ -371,12 +371,12 @@
                                                                 
-
Vorher
+
Before
{{ (string) $fromText }}
-
Nachher
+
After
{{ (string) $toText }}