[Profiler] wording

This commit is contained in:
noniagriconomie 2019-12-17 19:01:32 +01:00 committed by Fabien Potencier
parent d6a3138a40
commit e7c9a28a03

View File

@ -4,7 +4,7 @@
'no_token' : {
status: 'error',
title: (token|default('') == 'latest') ? 'There are no profiles' : 'Token not found',
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.'
}
} %}