diff --git a/djangoldp_profile/models.py b/djangoldp_profile/models.py
index a029995987e30129ac649ff48cf7b759af33ec9b..7da6ed1cba98fa99c0af0c7baf60f3225d5620d6 100644
--- a/djangoldp_profile/models.py
+++ b/djangoldp_profile/models.py
@@ -12,6 +12,7 @@ class Address(Model):
     city = models.CharField(max_length=255, blank=True)
 
     class Meta(Model.Meta):
+        verbose_name_plural = "addresses"
         anonymous_perms = ['view']
         authenticated_perms = ['inherit']
         owner_perms = ['inherit', 'change']