We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae27cf commit 3ef8950Copy full SHA for 3ef8950
Resources/views/Profiler/info.html.twig
@@ -4,7 +4,7 @@
4
'no_token' : {
5
status: 'error',
6
title: (token|default('') == 'latest') ? 'There are no profiles' : 'Token not found',
7
- message: (token|default('') == 'latest') ? 'No profiles found in the database.' : 'Token "' ~ token|default('') ~ '" was not found in the database.'
+ message: (token|default('') == 'latest') ? 'No profiles found.' : 'Token "' ~ token|default('') ~ '" not found.'
8
}
9
} %}
10
0 commit comments