fix: minor spelling issues
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2602>
This commit is contained in:
parent
8485e4b162
commit
ab73f355c0
|
@ -2766,7 +2766,7 @@ Bugfixes:
|
|||
|
||||
- Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
|
||||
- Fixed cards display issues on medium/small screens (#707)
|
||||
- Fixed Embed component name that could lead to issue when developping on OSX (#696)
|
||||
- Fixed Embed component name that could lead to issue when developing on OSX (#696)
|
||||
- Fixed resizing issues for album cards on artist pages (#694)
|
||||
|
||||
|
||||
|
@ -4357,7 +4357,7 @@ deployed in various projects and supported by numerous clients.
|
|||
|
||||
By offering this API in Funkwhale, we make it possible to access the instance
|
||||
library and listen to the music without from existing Subsonic clients, and
|
||||
without developping our own alternative clients for each and every platform.
|
||||
without developing our own alternative clients for each and every platform.
|
||||
|
||||
Most advanced Subsonic clients support offline caching of music files,
|
||||
playlist management and search, which makes them well-suited for nomadic use.
|
||||
|
|
|
@ -24,7 +24,7 @@ class TagFilter(filters.FilterSet):
|
|||
|
||||
def get_by_similar_tags(qs, tags):
|
||||
"""
|
||||
Return a queryset of obects with at least one matching tag.
|
||||
Return a queryset of objects with at least one matching tag.
|
||||
Annotate the queryset so you can order later by number of matches.
|
||||
"""
|
||||
qs = qs.filter(tagged_items__tag__name__in=tags).annotate(
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Delete a channel
|
||||
|
||||
```{warning}
|
||||
Deleting a channel is irreversible. If you delete a channel you also delete the content associated with it. Users won't be able to access the channel any more. You can't re-use the channel's __Fediverse handle__ for another channel.
|
||||
Deleting a channel is irreversible. If you delete a channel you also delete the content associated with it. Users won't be able to access the channel any more. You can't reuse the channel's __Fediverse handle__ for another channel.
|
||||
```
|
||||
|
||||
If you want to delete your channel, follow these steps:
|
||||
|
|
Loading…
Reference in New Issue