"Locale" typo. Make user msg more clear
This commit is contained in:
parent
0e2469db64
commit
642a500f87
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ namespace LibationWinForms.Dialogs
|
|||
if (string.IsNullOrWhiteSpace(dto.AccountId))
|
||||
throw new Exception("Please enter an account id for all accounts");
|
||||
if (string.IsNullOrWhiteSpace(dto.LocaleName))
|
||||
throw new Exception("Please select a local name for all accounts");
|
||||
throw new Exception("Please select a locale (i.e.: country or region) for all accounts");
|
||||
|
||||
var acct = accountsSettings.Upsert(dto.AccountId, dto.LocaleName);
|
||||
acct.LibraryScan = dto.LibraryScan;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue