aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-profiles/details
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-09-22 10:38:16 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-09-25 13:40:46 +0200
commitfa29939417ce38be7b90dd590aa87ad7f3b74863 (patch)
tree0ba9414efe80ebfd45f07bf5c55032316354c5e1 /server/sonar-web/src/main/js/apps/quality-profiles/details
parent2f628c3edd6d465631ce1e1ac9417587110a31ac (diff)
downloadsonarqube-fa29939417ce38be7b90dd590aa87ad7f3b74863.tar.gz
sonarqube-fa29939417ce38be7b90dd590aa87ad7f3b74863.zip
fix double colon on quality profiles page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/details')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/details/ChangeParentForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ChangeParentForm.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/details/ChangeParentForm.tsx
index 2c4d94a9544..2327cd7acc0 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ChangeParentForm.tsx
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ChangeParentForm.tsx
@@ -112,7 +112,7 @@ export default class ChangeParentForm extends React.PureComponent<Props, State>
<div className="modal-body">
<div className="modal-field">
<label htmlFor="change-profile-parent">
- {translate('quality_profiles.parent')}: <em className="mandatory">*</em>
+ {translate('quality_profiles.parent')} <em className="mandatory">*</em>
</label>
<Select
clearable={false}