1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-10 16:15:16 +02:00

Replace ... by …

Signed-off-by: Emmy D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-08-29 11:17:17 +02:00
parent a69573ccdb
commit 3306aed6dc
36 changed files with 92 additions and 92 deletions

View File

@@ -240,7 +240,7 @@ class Trust(models.Model):
)
class Meta:
verbose_name = _("frienship")
verbose_name = _("friendship")
verbose_name_plural = _("friendships")
unique_together = ("trusting", "trusted")