diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs index a073bd0f9..e65a8ebbc 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs @@ -61,7 +61,7 @@ namespace Tango.MachineService.Controllers DownloadModel download = new DownloadModel(); download.App = DownloadModel.DownloadApp.Eureka; download.ID = item.InstallerBlobName; - download.Name = $"Eureka v{item.VersionAndTag}.exe"; + download.Name = $"Twine4X v{item.VersionAndTag}.exe"; download.Version = item.Version; download.User = item.User.Contact.FullName; download.Date = item.LastUpdated; |
