You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: It allows localization as the parameters above
Actual: This parameters has strings in English "hard coded".
Note: Please also see the comments below for more instances
[FunctionParameter(Label = "Encrypt email with password",
Help = "Write a password here if you want an email with the content in an encrypted zip file",
DefaultValue = "")]
public string EncryptionPassword { get; set; }
The text was updated successfully, but these errors were encountered:
Source: @Request.Url
And also checkboxes (the text True/False)
wwwysocki
changed the title
[Composite.Forms.FormBuilder] The "Encrypt email with password" field should be localizable
[Composite.Forms.FormBuilder] The "Encrypt email with password" field etc should be localizable
Mar 1, 2016
EncryptionPassword
parameter.Expected: It allows localization as the parameters above
Actual: This parameters has strings in English "hard coded".
Note: Please also see the comments below for more instances
The text was updated successfully, but these errors were encountered: