Skip to content

Commit

Permalink
Merge pull request #3741 from greenbone/mergify/bp/stable/pr-3740
Browse files Browse the repository at this point in the history
Corrected the e-mail subject placeholder in the alerts dialog. (backport #3740)
  • Loading branch information
jhelmold authored Jun 1, 2023
2 parents fe87c67 + 04734f6 commit 5e36dc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/web/pages/alerts/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ export const DEFAULT_NOTICE_REPORT_FORMAT =
export const DEFAULT_NOTICE_ATTACH_FORMAT =
'a0b5bfb2-1f62-11e1-85db-406186ea4fc5';

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

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

0 comments on commit 5e36dc0

Please sign in to comment.