]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16101 Changing label based on feedbacks
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Fri, 11 Mar 2022 15:06:16 +0000 (16:06 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 14 Mar 2022 20:03:08 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/security-hotspots/components/StatusUpdateSuccessModal.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/StatusUpdateSuccessModal-test.tsx.snap
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 39b038eb624216865eb0adfef7a301e80a0e86d7..3cfd92e294dc2ba74eb905fb7c72c08ef46b42bd 100644 (file)
@@ -47,11 +47,11 @@ export default function StatusUpdateSuccessModal(props: StatusUpdateSuccessModal
 
   return (
     <Modal contentLabel={modalTitle}>
-      <div className="modal-head huge text-center text-bold">
+      <div className="modal-head big text-center text-bold">
         <p>{translateWithParameters('hotspots.successful_status_change_to_x', statusLabel)}</p>
       </div>
 
-      <div className="modal-body text-center big">
+      <div className="modal-body text-center">
         <FormattedMessage
           id="hotspots.successfully_changed_to_x"
           defaultMessage={translate('hotspots.find_in_status_filter_x')}
index 3fedbef7b09e3d06c7eb3855296a9fc5407cd1c0..136d52ffa71af7412bbecd8c120a7a4617e672a3 100644 (file)
@@ -5,14 +5,14 @@ exports[`should render correctly: default 1`] = `
   contentLabel="hotspots.congratulations"
 >
   <div
-    className="modal-head huge text-center text-bold"
+    className="modal-head big text-center text-bold"
   >
     <p>
       hotspots.successful_status_change_to_x.hotspots.status_option.FIXED
     </p>
   </div>
   <div
-    className="modal-body text-center big"
+    className="modal-body text-center"
   >
     <FormattedMessage
       defaultMessage="hotspots.find_in_status_filter_x"
@@ -64,14 +64,14 @@ exports[`should render correctly: opening hotspots again 1`] = `
   contentLabel="hotspots.update.success"
 >
   <div
-    className="modal-head huge text-center text-bold"
+    className="modal-head big text-center text-bold"
   >
     <p>
       hotspots.successful_status_change_to_x.hotspots.status_option.TO_REVIEW
     </p>
   </div>
   <div
-    className="modal-body text-center big"
+    className="modal-body text-center"
   >
     <FormattedMessage
       defaultMessage="hotspots.find_in_status_filter_x"
index 67ebbdbbadb8f976fa0dde54c53a0fd982f08410..97f508d25c62db6bc0ac4fafa08bdbefce473823 100644 (file)
@@ -765,9 +765,9 @@ hotspots.status_option.SAFE.description=The code has been reviewed and does not
 hotspots.get_permalink=Get Permalink
 hotspots.no_associated_lines=Security Hotspot raised on the following file:
 hotspots.congratulations=Congratulations!
-hotspots.find_in_status_filter_x= You can find it again by setting status filter to {status_label}.
+hotspots.find_in_status_filter_x= You can find it again by setting the status filter to {status_label}.
 hotspots.successful_status_change_to_x=The Security Hotspot was successfully changed to {0}.
-hotspots.x_done_keep_going={percentage} of the Security Hotspots have been reviewed, keep going!
+hotspots.x_done_keep_going={percentage} of the Security Hotspots have been reviewed.
 hotspots.see_x_hotspots=See "{0}" Security Hotspots
 hotspots.continue_to_next_hotspot=Continue Reviewing
 
@@ -783,7 +783,7 @@ hotspot.filters.status.safe=Safe
 hotspot.filters.show_all=Show all hotspots
 hotspot.section.activity=Recent activity:
 
-hotspots.reviewed.tooltip=Percentage of Security Hotspots reviewed (Acknowledged, Fixed or Safe) among all non-closed Security Hotspots.
+hotspots.reviewed.tooltip=Percentage of open Security Hotspots that have been reviewed (Acknowledged, Fixed or Safe)
 hotspots.review_hotspot=Review Hotspot
 
 hotspots.assign.success=Security Hotspot was successfully assigned to {0}