diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-01-25 12:01:52 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-27 20:03:05 +0000 |
commit | 68c3027b07fe706a58ac69dcb356dc86d9b3c1a0 (patch) | |
tree | a355c5162a0f48d031042b780d070522f5da9511 /sonar-core/src | |
parent | 1d409d5db753fe003513f4e1a8d99a0fe6c1becc (diff) | |
download | sonarqube-68c3027b07fe706a58ac69dcb356dc86d9b3c1a0.tar.gz sonarqube-68c3027b07fe706a58ac69dcb356dc86d9b3c1a0.zip |
SONAR-15782 Move application report code to core extensions
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 0 insertions, 3 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 71be2967cd2..3528fb722c5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -556,9 +556,6 @@ visibility.private.description.long=Only members of the organization will be abl # #------------------------------------------------------------------------------ -application_settings.page=Application Settings -application_settings.report=Application Report Settings -application_settings.report.frequency=Application Reports Frequency coding_rules.page=Rules global_permissions.page=Global Permissions global_permissions.page.description=Grant and revoke permissions to make changes at the global level. These permissions include editing Quality Profiles, executing analysis, and performing global system administration. |