Fix FAQ Link on Add New Movie page

This commit is contained in:
Jacob Roeland 2021-12-13 02:42:44 -05:00 committed by bakerboy448
parent b095676010
commit 8e4320a93b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class AddNewMovie extends Component {
{translate('YouCanAlsoSearch')} {translate('YouCanAlsoSearch')}
</div> </div>
<div> <div>
<Link to="https://wiki.servarr.com/radarr/faq#why-cant-i-add-a-new-movie-to-radarr"> <Link to="https://wiki.servarr.com/radarr/faq#why-can-i-not-add-a-new-movie-to-radarr">
{translate('CantFindMovie')} {translate('CantFindMovie')}
</Link> </Link>
</div> </div>