Skip to content

Commit

Permalink
feature/stop-addon-vulnerability using localized string for checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerPacific committed Oct 14, 2023
1 parent 591c9ad commit 384bbfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void init(JPanel settingsPanel) {

private JCheckBox buildSendRequestsAfterFindingVulnerabilityCheckbox() {
sendRequestsAfterFindingVulnerability =
new JCheckBox("Continue Sending Requests After Vulnerability Reported");
new JCheckBox(FileUploadI18n.getMessage("fileupload.settings.checkbox.sendrequestsaftervulnerability"));
sendRequestsAfterFindingVulnerability.setSelected(false);
return sendRequestsAfterFindingVulnerability;
}
Expand Down

0 comments on commit 384bbfd

Please sign in to comment.