fix typos

This commit is contained in:
Ray Berger
2024-01-07 22:32:54 +00:00
parent 98704fc3c2
commit 5ee29c6072
16 changed files with 40 additions and 40 deletions

View File

@@ -201,7 +201,7 @@ class General extends Component
public function updatedApplicationFqdn()
{
$this->resetDefaultLabels(false);
$this->dispatch('success', 'Labels reseted to default!');
$this->dispatch('success', 'Labels reset to default!');
}
public function submit($showToaster = true)
{