diff --git a/lib/Activity/SettingComment.php b/lib/Activity/SettingComment.php
index 8dbaee0ad..ef45a2337 100644
--- a/lib/Activity/SettingComment.php
+++ b/lib/Activity/SettingComment.php
@@ -38,7 +38,7 @@ class SettingComment extends Setting {
* @since 11.0.0
*/
public function getName(): string {
- return $this->l->t('A comment was created on a card');
+ return $this->l->t('A comment was created on a Deck card');
}
/**