Fix wrong translations.
This commit is contained in:
@@ -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.") }}
|
||||
|
||||
Reference in New Issue
Block a user