infotext changes

This commit is contained in:
2024-09-13 00:43:01 +02:00
parent 71e0377de9
commit a9295b89f6

View File

@@ -23,11 +23,11 @@ final class Configuration implements ConfigurationInterface
->children() ->children()
->scalarNode('url') ->scalarNode('url')
->isRequired() ->isRequired()
->info('The URL of your Redmine instance') ->info('Base URL of the Redmine instance')
->end() ->end()
->scalarNode('apikey') ->scalarNode('apikey')
->isRequired() ->isRequired()
->info('Your Redmine API-Key') ->info('Redmine API-Key')
->end() ->end()
->end() ->end()
->end() ->end()