Update Index.razor

This commit is contained in:
Daniel Balk 2023-04-03 00:25:41 +02:00
parent 1754b052d3
commit 0966537300

View file

@ -133,7 +133,7 @@
@if (CleanupService.Activated)
{
<button @onclick="Disabled" class="btn btn-danger">
<TL>Disabble</TL>
<TL>Disable</TL>
</button>
}
else