mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Fix Localization test after translation changes
This commit is contained in:
parent
5d90d68bf7
commit
99b34c2065
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace NzbDrone.Core.Test.Localization
|
|||
|
||||
var localizedString = Subject.GetLocalizedString("UiLanguage");
|
||||
|
||||
localizedString.Should().Be("UI Langue");
|
||||
localizedString.Should().Be("Langue de l'interface utilisateur");
|
||||
|
||||
ExceptionVerification.ExpectedErrors(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue