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()
->scalarNode('url')
->isRequired()
->info('The URL of your Redmine instance')
->info('Base URL of the Redmine instance')
->end()
->scalarNode('apikey')
->isRequired()
->info('Your Redmine API-Key')
->info('Redmine API-Key')
->end()
->end()
->end()