diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-28 14:32:23 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-11 18:00:33 +0100 |
commit | 5038ceecaa7a09b8cf87e7d9f2f27c22e363187d (patch) | |
tree | a4aa6fcd1e4f3c2893b45291121d6af22995bf51 /sonar-core | |
parent | cd9f8d636f2b057b4c7fb6f0846e5843d44b7956 (diff) | |
download | sonarqube-5038ceecaa7a09b8cf87e7d9f2f27c22e363187d.tar.gz sonarqube-5038ceecaa7a09b8cf87e7d9f2f27c22e363187d.zip |
SONAR-10081 Add Explore space for SonarCloud
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 5618a879e48..8b3a473149e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -60,6 +60,7 @@ download_verb=Download duplications=Duplications edit=Edit events=Events +explore=Explore false=False favorite=Favorite file=File @@ -605,6 +606,7 @@ issues.to_navigate_issue_locations=to navigate issue locations issues.to_switch_flows=to switch flows issues.leak_period=Leak Period issues.my_issues=My Issues +issues.no_my_issues=There are no issues assigned to you. #------------------------------------------------------------------------------ |