Skip to content

Commit 1ab85f1

Browse files
authored
Use updated var
1 parent 0005e49 commit 1ab85f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/default/views/services/widget.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<p class="text-base text-sm">Product(s): {{ $service->product->category->name }} {{ in_array($service->plan->type, ['recurring']) ? ' - ' . __('services.every_period', [
2727
'period' => $service->plan->billing_period > 1 ? $service->plan->billing_period : '',
2828
'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>
29+
]) : '' }} {{ $service->expires_at ? '- ' . __('services.renews_on') . ': '. $service->expires_at->format('M d, Y') : ''}}</p>
3030
</div>
3131
</a>
3232
@endforeach

0 commit comments

Comments
 (0)