Typos, Bugfixes and explicit response for organization show page

This commit is contained in:
Constantin Graf
2024-04-21 22:15:11 +02:00
committed by Constantin Graf
parent 2acef6a997
commit 5e979db912
9 changed files with 83 additions and 31 deletions

View File

@@ -162,12 +162,12 @@ class ClockifyTimeEntriesImporter extends DefaultImporter
#[\Override]
public function getName(): string
{
return __('importer.toggl_data_importer.name');
return __('importer.clockify_time_entries.name');
}
#[\Override]
public function getDescription(): string
{
return __('importer.toggl_data_importer.description');
return __('importer.clockify_time_entries.description');
}
}