fixed and added german translations

This commit is contained in:
vabene1111
2020-01-13 12:14:05 +01:00
parent 3d695e3d0f
commit 51fc05dda2
6 changed files with 174 additions and 231 deletions

View File

@ -83,7 +83,7 @@ class StorageForm(forms.ModelForm):
help_texts = {
'url': _(
'Leave empty for dropbox and enter only base url for nextcloud (<code>/remote.php/webdav/</code> is added automatically.'),
'Leave empty for dropbox and enter only base url for nextcloud (<code>/remote.php/webdav/</code> is added automatically)'),
}