1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Update translations

This commit is contained in:
Yohann D'ANELLO
2020-03-31 14:10:30 +02:00
parent 1aae18e6a6
commit 12945945bc
4 changed files with 206 additions and 129 deletions

View File

@ -203,8 +203,8 @@ class NoteActivity(Note):
)
class Meta:
verbose_name = _("common note")
verbose_name_plural = _("common notes")
verbose_name = _("activity note")
verbose_name_plural = _("activity notes")
def __str__(self):
return self.note_name