@inherits MSGComponentBase @string.Format(T("How should AI Studio export the username and password configuration for the ERI v1 data source '{0}'?"), this.DataSource.Name) @foreach (var mode in this.availableUsernamePasswordModes) { @this.GetUsernamePasswordModeText(mode) } @T("Cancel") @T("Export")