Skip to content

Commit

Permalink
Corrected the e-mail subject placeholder in the alerts dialog.
Browse files Browse the repository at this point in the history
Changed the placeholder for the e-mail subject in the alerts dialog
from "GVM" to the correct name "Greenbone Enterprise Appliance".

(cherry picked from commit efe5128)
  • Loading branch information
jhelmold authored and mergify[bot] committed Jun 1, 2023
1 parent fe87c67 commit 04734f6
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 04734f6

Please sign in to comment.