Fix wrong translations.

This commit is contained in:
2024-12-11 08:33:15 +01:00
parent 25a0af12cc
commit 64e11864d2
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<x-app-layout>
<x-slot name="header">
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
{{ __('customer.Create new customer') }}
{{ __('customer.Edit existing customer') }}
</h2>
</x-slot>
@@ -13,7 +13,7 @@
<section>
<header>
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
{{ __('customer.New customer') }}
{{ __('customer.Edit customer') }}
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
{{ __("customer.Enter your customer's information and email address.") }}