Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 29, 2020
1 parent e65fb18 commit 7ad9c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ please fill a [GitHub issue](https://github.com/deluan/navidrome/issues) or join
- Automatically monitors your library for changes, importing new files and reloading new metadata
- [Themeable](ui/src/themes/README.md), modern and responsive Web interface based on Material UI, to manage users and
browse your library
- Compatible with all Subsonic/Madsonic/Airsonic clients. See bellow for a list of tested clients
- Compatible with all Subsonic/Madsonic/Airsonic clients. See below for a list of tested clients
- Transcoding/Downsampling on-the-fly. Can be set per user/player. Opus encoding is supported
- Integrated music player (WIP)

Expand Down Expand Up @@ -112,7 +112,7 @@ To get the cutting-edge, latest version from master, use the image `deluan/navid

You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13](http://nodejs.org).
You'll also need [ffmpeg](https://ffmpeg.org) installed in your system. The setup is very strict, and
the steps bellow only work with these specific versions (enforced in the Makefile)
the steps below only work with these specific versions (enforced in the Makefile)

After the prerequisites above are installed, clone this repository and build the application with:

Expand Down
2 changes: 1 addition & 1 deletion ui/src/i18n/index.js
Expand Up @@ -11,7 +11,7 @@ const addLanguages = (lang) => {
}
const languages = { en }

// Add new languages to the object bellow (please keep alphabetic sort)
// Add new languages to the object below (please keep alphabetic sort)
addLanguages({ cn, fr, it, nl, pt })

// "Hack" to make "albumSongs" resource use the same translations as "song"
Expand Down

0 comments on commit 7ad9c38

Please sign in to comment.