0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-11 00:00:26 +00:00

the name is Kimai without Time-TRacking

This commit is contained in:
Kevin Papst 2025-03-30 16:17:13 +02:00
parent 916e9c4f65
commit caa0446489
2 changed files with 2 additions and 2 deletions
public
src/Twig/Runtime

View file

@ -1,5 +1,5 @@
{
"name": "Kimai Time-Tracker",
"name": "Kimai",
"short_name": "Kimai",
"icons": [
{

View file

@ -97,7 +97,7 @@ final class ThemeExtension implements RuntimeExtensionInterface
public function generateTitle(?string $prefix = null, string $delimiter = ' '): string
{
return ($prefix ?? '') . Constants::SOFTWARE . $delimiter . $this->translator->trans('time_tracking', [], 'messages');
return ($prefix ?? '') . Constants::SOFTWARE;
}
public function colorize(?string $color, ?string $identifier = null): string