Skip to content

Commit

Permalink
Merge pull request #3743 from greenbone/revert-3741-mergify/bp/stable…
Browse files Browse the repository at this point in the history
…/pr-3740

Revert "Corrected the e-mail subject placeholder in the alerts dialog. (backport #3740)"
  • Loading branch information
swaterkamp authored Jun 2, 2023
2 parents 5e36dc0 + 4c82426 commit 734297e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/web/pages/alerts/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ export const DEFAULT_NOTICE_REPORT_FORMAT =
export const DEFAULT_NOTICE_ATTACH_FORMAT =
'a0b5bfb2-1f62-11e1-85db-406186ea4fc5';

export const TASK_SUBJECT = "[Greenbone Enterprise Appliance] Task '$n': $e";
export const SECINFO_SUBJECT =
'[Greenbone Enterprise Appliance] $T $q $S since $d';
export const TASK_SUBJECT = "[GVM] Task '$n': $e";
export const SECINFO_SUBJECT = '[GVM] $T $q $S since $d';

export const INCLUDE_MESSAGE_DEFAULT = `Task '$n': $e'
Expand Down

0 comments on commit 734297e

Please sign in to comment.