diff options
author | Guillaume Jambet <guillaume.jambet@sonarsource.com> | 2018-02-15 17:14:59 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-01 15:21:05 +0100 |
commit | 74745908c3dd0c19cdde5e5a44fb9bb43c451d9b (patch) | |
tree | d597bd30061cc0ced0b43db3f9f49293207ea231 /sonar-core | |
parent | d535686f89484af334723467ed820a685fba4fb0 (diff) | |
download | sonarqube-74745908c3dd0c19cdde5e5a44fb9bb43c451d9b.tar.gz sonarqube-74745908c3dd0c19cdde5e5a44fb9bb43c451d9b.zip |
SONAR-10346 Add latest deliveries information to webhooks search ws.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index f8b475cabd6..282bd2bf3cc 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2824,7 +2824,7 @@ webhooks.delivery.duration_x=Duration: {0} webhooks.delivery.payload=Payload: webhooks.delivery.response_x=Response: {0} webhooks.documentation_link=Webhooks documentation -webhooks.last_execution=Last execution +webhooks.last_execution=Last delivery webhooks.last_execution.none=Never webhooks.maximum_reached=You reached your maximum number of {0} webhooks. You can still update or delete an existing one. webhooks.name=Name |