1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Fixed localization test

This commit is contained in:
Bogdan 2023-10-05 01:45:55 +03:00
parent cb2bed93cb
commit a61804e949

View File

@ -34,7 +34,7 @@ public void should_get_string_in_default_language_dictionary_if_no_lang_country_
{
var localizedString = Subject.GetLocalizedString("UiLanguage", "fr_fr");
localizedString.Should().Be("UI Langue");
localizedString.Should().Be("Langue de l'IU");
ExceptionVerification.ExpectedErrors(1);
}