diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2023-01-10 16:43:23 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-11 20:02:58 +0000 |
commit | 62aa88fb031d402d2eacb58bd36f952f6707b8bc (patch) | |
tree | 8319dd0dcad93011764761d5b6deee0962fb2579 /sonar-core | |
parent | deafaa022628a799fb60835af30fd0dfac1a262c (diff) | |
download | sonarqube-62aa88fb031d402d2eacb58bd36f952f6707b8bc.tar.gz sonarqube-62aa88fb031d402d2eacb58bd36f952f6707b8bc.zip |
SONAR-18181 fix qrofile/profile typo
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 034ee7b4aa4..d293b759881 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1736,8 +1736,8 @@ quality_profiles.permissions.remove.user=Remove permission from user quality_profiles.permissions.remove.user.confirmation=Are you sure you want to remove permission on this quality profile from user {user}? quality_profiles.permissions.remove.group=Remove permission from group quality_profiles.permissions.remove.group.confirmation=Are you sure you want to remove permission on this quality profile from group {user}? -quality_profiles.copy_help=Create a new quality qrofile as a replica of "{0}". The two profiles will then evolve independently. -quality_profiles.extend_help=Create a child quality qrofile inheriting all active rules from "{0}". Changes to "{0}" will impact the child profile. +quality_profiles.copy_help=Create a new quality profile as a replica of "{0}". The two profiles will then evolve independently. +quality_profiles.extend_help=Create a child quality profile inheriting all active rules from "{0}". Changes to "{0}" will impact the child profile. quality_profiles.extend_description=This profile extends {link}. quality_profiles.extend_description_help=Changes to "{0}" or any of its parents may impact this quality profile. quality_profiles.chose_creation_type=What type of profile do you want to create? |