Update translations
This commit is contained in:
@@ -123,7 +123,7 @@ class QuestionnaireStorage(models.Model):
|
||||
ordering = ['name']
|
||||
|
||||
id = models.UUIDField(_('ID'), default=uuid.uuid4, editable=False, unique=True, primary_key=True)
|
||||
name = models.CharField(_('Name'), max_length=200, help_text=_('Name of the questionnaire storage.'))
|
||||
name = models.CharField(_('Name'), max_length=200, help_text=_('Name of the questionnaire storage'))
|
||||
type = models.CharField(_('Type'), max_length=15, choices=QuestionnaireStorageTypes.choices, default=QuestionnaireStorageTypes.WEBDAV, help_text=_('Storage type'))
|
||||
server = models.CharField(_('Server'), max_length=200, help_text=_('Server url'))
|
||||
username = EncryptedCharField(_('Username'), max_length=200, help_text=_('Username'))
|
||||
|
Reference in New Issue
Block a user