diff --git a/plinth/modules/transmission/forms.py b/plinth/modules/transmission/forms.py index 5f2259c66..0960e8342 100644 --- a/plinth/modules/transmission/forms.py +++ b/plinth/modules/transmission/forms.py @@ -33,7 +33,7 @@ class TransmissionForm(forms.Form): # pylint: disable=W0232 label=_('Download directory'), help_text=_('Directory where downloads are saved. If you change the \ default directory, ensure that the new directory exists and is writable by \ -"debian-tramission" user.')) +"debian-transmission" user.')) rpc_username = forms.CharField( label=_('Username'),