mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 18:04:35 -04:00
Remove trailing . from subscription title
This commit is contained in:
parent
3d36bcc0db
commit
e89ed1185a
@ -6,7 +6,7 @@
|
|||||||
<div class="bg-white shadow overflow-hidden sm:rounded-lg">
|
<div class="bg-white shadow overflow-hidden sm:rounded-lg">
|
||||||
<div class="px-4 py-5 border-b border-gray-200 sm:px-6">
|
<div class="px-4 py-5 border-b border-gray-200 sm:px-6">
|
||||||
<h3 class="text-lg leading-6 font-medium text-gray-900">
|
<h3 class="text-lg leading-6 font-medium text-gray-900">
|
||||||
{{ $subscription->name }}.
|
{{ $subscription->name }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user