Skip to content

Commit 0aa2a06

Browse files
committed
feat: Add note that classification is made by an AI model
Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
1 parent fa14a49 commit 0aa2a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Notifications/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function prepare(INotification $notification, string $languageCode): INot
8989
$notification->setParsedSubject(
9090
$l->t('New login detected')
9191
)->setParsedMessage(
92-
$l->t('A new login into your account was detected. The IP address %s was classified as suspicious. If this was you, you can ignore this message. Otherwise you should change your password.', $suspiciousIp) . $additionalText
92+
$l->t('A new login into your account was detected. The IP address %s was classified as suspicious by an AI model. If this was you, you can ignore this message. Otherwise you should change your password.', $suspiciousIp) . $additionalText
9393
);
9494

9595
$notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('suspicious_login', 'app-dark.svg')));

0 commit comments

Comments
 (0)