mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Fix Localization test after translation changes
This commit is contained in:
parent
5d90d68bf7
commit
99b34c2065
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user