diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-06-06 16:52:41 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-08 20:20:51 +0200 |
commit | 843bd9206f62893c60945967953cb3e9c11e52a0 (patch) | |
tree | f352e742e8b48a9ccaaf65993ccf71721020906f /sonar-core | |
parent | 3676583b19547def4c0824c4a9c3c499a2a5c7b3 (diff) | |
download | sonarqube-843bd9206f62893c60945967953cb3e9c11e52a0.tar.gz sonarqube-843bd9206f62893c60945967953cb3e9c11e52a0.zip |
SONAR-10450 Add submitter column in background tasks
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 5f7d150df99..a8fb7a71477 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -12,6 +12,7 @@ admin=Admin apply=Apply all=All and=And +anonymous=Anonymous any=Any ascending=Ascending assignee=Assignee @@ -2237,6 +2238,7 @@ background_tasks.table.status=Status background_tasks.table.task=Task background_tasks.table.id=ID background_tasks.table.submitted=Submitted +background_tasks.table.submitter=Submitter background_tasks.table.started=Started background_tasks.table.finished=Finished background_tasks.table.duration=Duration |