diff options
test - e2e - check for phishing warning
Diffstat (limited to 'notices')
-rw-r--r-- | notices/notices.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notices/notices.js b/notices/notices.js index fb2d9cdb5..4ba925408 100644 --- a/notices/notices.js +++ b/notices/notices.js @@ -28,7 +28,7 @@ module.exports = [ id: 4, read: false, date: 'Wed Jun 13 2018', - title: 'Concerning Recent Phishing Incidents', + title: 'Phishing Warning', body: fs.readFileSync(__dirname + '/archive/notice_4.md', 'utf8'), } ] |