mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Edit dictionary should be in JSON format (#6203)
This commit is contained in:
@@ -10,7 +10,7 @@ public class EditDictionaryViewModel
|
||||
|
||||
internal EditDictionaryViewModel SetTranslations(Translations translations)
|
||||
{
|
||||
Translations = translations.ToTextFormat();
|
||||
Translations = translations.ToJsonFormat();
|
||||
Lines = translations.Records.Count;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user