1 parent 0005e49 commit 1ab85f1Copy full SHA for 1ab85f1
1 file changed
themes/default/views/services/widget.blade.php
@@ -26,7 +26,7 @@
26
<p class="text-base text-sm">Product(s): {{ $service->product->category->name }} {{ in_array($service->plan->type, ['recurring']) ? ' - ' . __('services.every_period', [
27
'period' => $service->plan->billing_period > 1 ? $service->plan->billing_period : '',
28
'unit' => trans_choice(__('services.billing_cycles.' . $service->plan->billing_unit), $service->plan->billing_period)
29
- ]) : '' }} {{ $service->expires_at ? '- ' . __('services.expires_at') . ': '. $service->expires_at->format('M d, Y') : ''}}</p>
+ ]) : '' }} {{ $service->expires_at ? '- ' . __('services.renews_on') . ': '. $service->expires_at->format('M d, Y') : ''}}</p>
30
</div>
31
</a>
32
@endforeach
0 commit comments