diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-09 17:20:04 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-01 15:21:05 +0100 |
commit | a7cdf1a94281ea4f49db4635682d29e990e8801c (patch) | |
tree | 68c49435de14a0c0205b68eac248218fb361b291 /sonar-core | |
parent | 277349697f2e672ae8c5f438f734cfb9b6223d46 (diff) | |
download | sonarqube-a7cdf1a94281ea4f49db4635682d29e990e8801c.tar.gz sonarqube-a7cdf1a94281ea4f49db4635682d29e990e8801c.zip |
SONAR-10346 Display webhook latest delivery status
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 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 daf129eab20..f8b475cabd6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2824,6 +2824,8 @@ 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.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 webhooks.name.required=Name is required. |