diff --git a/src/NzbDrone.Core.Test/Localization/LocalizationServiceFixture.cs b/src/NzbDrone.Core.Test/Localization/LocalizationServiceFixture.cs index 3e2f5f430..d43657c7f 100644 --- a/src/NzbDrone.Core.Test/Localization/LocalizationServiceFixture.cs +++ b/src/NzbDrone.Core.Test/Localization/LocalizationServiceFixture.cs @@ -36,7 +36,7 @@ public void should_get_string_in_french() var localizedString = Subject.GetLocalizedString("UiLanguage"); - localizedString.Should().Be("UI Langue"); + localizedString.Should().Be("Langue de l'interface utilisateur"); ExceptionVerification.ExpectedErrors(1); }