diff --git a/scipost/models.py b/scipost/models.py
index ecc4dcd821ed8ebb96a74b2c849839b69f28b95a..6cd9f4bca121d80600f13367d54f7edf41ec8118 100644
--- a/scipost/models.py
+++ b/scipost/models.py
@@ -344,7 +344,7 @@ class CitationNotification(models.Model):
     def __str__(self):
         text = str(self.contributor) + ', cited in '
         if self.cited_in_submission:
-            text += self.cited_in_submission.arxiv_nr_w_vn_nr
+            text += self.cited_in_submission.arxiv_identifier_w_vn_nr
         elif self.cited_in_publication:
             text += self.cited_in_publication.citation()
         if self.processed: