From: Pierre Date: Tue, 10 Jan 2023 15:43:23 +0000 (+0100) Subject: SONAR-18181 fix qrofile/profile typo X-Git-Tag: 9.9.0.65466~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=62aa88fb031d402d2eacb58bd36f952f6707b8bc;p=sonarqube.git SONAR-18181 fix qrofile/profile typo --- 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?