Skip to content

Commit 702e5c8

Browse files
committed
Use underscore in route paths instead of hyphens to match the other path styles
1 parent d2b605e commit 702e5c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controller/BulkInfoProviderImportController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
use Symfony\Component\Routing\Attribute\Route;
4343
use App\Entity\UserSystem\User;
4444

45-
#[Route('/tools/bulk-info-provider-import')]
45+
#[Route('/tools/bulk_info_provider_import')]
4646
class BulkInfoProviderImportController extends AbstractController
4747
{
4848
public function __construct(

translations/messages.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13910,7 +13910,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g
1391013910
<unit id="Jxg8Jia" name="bulk_info_provider_import_job.label">
1391113911
<segment>
1391213912
<source>bulk_info_provider_import_job.label</source>
13913-
<target>Bulk Info Provider Import</target>
13913+
<target>Bulk info provider import</target>
1391413914
</segment>
1391513915
</unit>
1391613916
<unit id="SV1_VvJ" name="bulk_info_provider_import_job_part.label">

0 commit comments

Comments
 (0)