mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(ui): fixed anime language profile typo (#879)
Co-authored-by: sct <ryan@sct.dev>
This commit is contained in:
@@ -710,7 +710,7 @@ const SonarrModal: React.FC<SonarrModalProps> = ({
|
|||||||
htmlFor="activeAnimeLanguageProfileId"
|
htmlFor="activeAnimeLanguageProfileId"
|
||||||
className="text-label"
|
className="text-label"
|
||||||
>
|
>
|
||||||
{intl.formatMessage(messages.animerootfolder)}
|
{intl.formatMessage(messages.animelanguageprofile)}
|
||||||
</label>
|
</label>
|
||||||
<div className="form-input">
|
<div className="form-input">
|
||||||
<div className="flex max-w-lg rounded-md shadow-sm">
|
<div className="flex max-w-lg rounded-md shadow-sm">
|
||||||
|
|||||||
Reference in New Issue
Block a user