Skip to content

Commit 666aa04

Browse files
committed
refactor: Update metrics.blade.php to improve alert message clarity
1 parent 1c565fd commit 666aa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/shared/metrics.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
it.</div>
1414
@else
1515
@if (!str($resource->status)->contains('running'))
16-
<div class="alert alert-warning">Metrics are only available when the application is running!</div>
16+
<div class="alert alert-warning">Metrics are only available when this resource is running!</div>
1717
@else
1818
<x-forms.select label="Interval" wire:change="setInterval" id="interval">
1919
<option value="5">5 minutes (live)</option>

0 commit comments

Comments
 (0)