diff --git a/src/TwigHooks/composer.json b/src/TwigHooks/composer.json
index 955bc1d9..9f5315b1 100644
--- a/src/TwigHooks/composer.json
+++ b/src/TwigHooks/composer.json
@@ -33,7 +33,6 @@
"symfony/dotenv": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/runtime": "^6.4 || ^7.0",
- "symfony/translation": "^6.4 || ^7.0",
"symfony/twig-bundle": "^6.4 || ^7.0",
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
diff --git a/src/TwigHooks/templates/data_collector/hooks.html.twig b/src/TwigHooks/templates/data_collector/hooks.html.twig
index f0fd8ea5..04b50e05 100644
--- a/src/TwigHooks/templates/data_collector/hooks.html.twig
+++ b/src/TwigHooks/templates/data_collector/hooks.html.twig
@@ -38,15 +38,15 @@
@@ -58,31 +58,31 @@
{{ include('@SyliusTwigHooks/data_collector/icon.svg') }}
- {{ 'sylius_twig_hooks.profiler.menu.title'|trans }}
+ Twig Hooks
{% endblock %}
{% block panel %}
- {{ 'sylius_twig_hooks.profiler.metrics.title'|trans }}
+ Twig Hooks Metrics
{{ collector.totalDuration }} ms
- {{ 'sylius_twig_hooks.profiler.metrics.total_execution_time'|trans }}
+ Total execution time
{{ collector.numberOfHooks }}
- {{ 'sylius_twig_hooks.profiler.metrics.rendered_hooks'|trans }}
+ Hooks
{{ collector.numberOfHookables }}
- {{ 'sylius_twig_hooks.profiler.metrics.rendered_hookables'|trans }}
+ Hookables
- {{ 'sylius_twig_hooks.profiler.call_graph.title'|trans }}
+ Call Graph
{{ collector.callGraph }}
diff --git a/src/TwigHooks/translations/messages.en.yaml b/src/TwigHooks/translations/messages.en.yaml
deleted file mode 100644
index ff241265..00000000
--- a/src/TwigHooks/translations/messages.en.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-sylius_twig_hooks:
- profiler:
- menu:
- title: 'Twig Hooks'
- metrics:
- title: 'Twig Hooks Metrics'
- rendered_hooks: 'Hooks'
- rendered_hookables: 'Hookables'
- render_time: 'Render time'
- total_execution_time: 'Total execution time'
- call_graph:
- title: 'Call Graph'