diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-22 10:36:08 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-08-23 11:42:54 +0200 |
commit | 502b4c6f0d3eca88237f9351f94c675203530184 (patch) | |
tree | 83d6bb448bad6839d3c94fbacf7fe2715ca98ec1 /sonar-core/src | |
parent | ff0d0ce04e82caa91f5d08286163d5fe8d5f9ec2 (diff) | |
download | sonarqube-502b4c6f0d3eca88237f9351f94c675203530184.tar.gz sonarqube-502b4c6f0d3eca88237f9351f94c675203530184.zip |
SONAR-7848 Display task UUID in background page UI
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 bd87b30126a..c8ffe407419 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2963,6 +2963,9 @@ background_tasks.date_filter.ALL=Any Date background_tasks.date_filter.TODAY=Today background_tasks.date_filter.CUSTOM=Custom +background_tasks.table.status=Status +background_tasks.table.task=Task +background_tasks.table.id=ID background_tasks.table.submitted=Submitted background_tasks.table.started=Started background_tasks.table.finished=Finished |