Update translations
This commit is contained in:
parent
1aae18e6a6
commit
12945945bc
4 changed files with 206 additions and 129 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue