mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Fixed localization test
This commit is contained in:
parent
cb2bed93cb
commit
a61804e949
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue