diff --git a/CHANGELOG b/CHANGELOG
index 3c26a5e92..6ec368a6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1346,7 +1346,7 @@ Basic transcoding is now available to/from the following formats : ogg and mp3.
This relies internally on FFMPEG and can put some load on your server.
It's definitely recommended you setup some caching for the transcoded files
-at your webserver level. Check the the exemple nginx file at deploy/nginx.conf
+at your webserver level. Check the the exemple nginx file at deploy/nginx.conf
for an implementation.
On the frontend, usage of transcoding should be transparent in the player.
diff --git a/api/funkwhale_api/common/management/commands/script.py b/api/funkwhale_api/common/management/commands/script.py
index b46a4327b..cbfc78f0f 100644
--- a/api/funkwhale_api/common/management/commands/script.py
+++ b/api/funkwhale_api/common/management/commands/script.py
@@ -50,7 +50,7 @@ class Command(BaseCommand):
self.stdout.write(self.style.SUCCESS(name))
self.stdout.write("")
for line in script["help"].splitlines():
- self.stdout.write(" {}".format(line))
+ self.stdout.write(" {}".format(line))
self.stdout.write("")
def get_scripts(self):
diff --git a/api/funkwhale_api/federation/signing.py b/api/funkwhale_api/federation/signing.py
index 5b74b8577..1bb2b9d5d 100644
--- a/api/funkwhale_api/federation/signing.py
+++ b/api/funkwhale_api/federation/signing.py
@@ -13,7 +13,7 @@ from . import exceptions, utils
logger = logging.getLogger(__name__)
-# the request Date should be between now - 30s and now + 30s
+# the request Date should be between now - 30s and now + 30s
DATE_HEADER_VALID_FOR = 30
diff --git a/docs/importing-music.rst b/docs/importing-music.rst
index 76f086045..4b4ea7c1d 100644
--- a/docs/importing-music.rst
+++ b/docs/importing-music.rst
@@ -98,14 +98,14 @@ directory is mounted as a volume as well::
volumes:
- ./data/music:/music:ro
- ./data/media:/app/funkwhale_api/media
- # add your symlinked dirs here
+ # add your symlinked dirs here
- /media/nfsshare:/media/nfsshare:ro
api:
volumes:
- ./data/music:/music:ro
- ./data/media:/app/funkwhale_api/media
- # add your symlinked dirs here
+ # add your symlinked dirs here
- /media/nfsshare:/media/nfsshare:ro
diff --git a/front/src/App.vue b/front/src/App.vue
index 8e1abae7f..11ef9f13d 100644
--- a/front/src/App.vue
+++ b/front/src/App.vue
@@ -9,7 +9,7 @@
-
{{ $gettext('There is currently no way to download directly multiple tracks from funkwhale as a ZIP archive. However, you can use a command line tools such as cURL to easily download a list of tracks.') }}
- {{ $gettext('Simply copy paste the snippet below into a terminal to launch the download.') }}
+
There is currently no way to download directly multiple tracks from funkwhale as a ZIP archive. However, you can use a command line tools such as cURL to easily download a list of tracks.
+ Simply copy paste the snippet below into a terminal to launch the download.
- {{ $gettext('Keep your PRIVATE_TOKEN secret as it gives access to your account.') }}
+ Keep your PRIVATE_TOKEN secret as it gives access to your account.