diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-11-19 05:44:57 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-11-19 05:44:57 +0200 |
| commit | aa2170bb476e627ae3aaccb8f5835b1b9331c82a (patch) | |
| tree | 7e556d6b01b813071acb42cfc51aa0e254edf327 /Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs | |
| parent | d391dd73fc06f996c08455e6dc2e26aec2e489c3 (diff) | |
| download | Tango-aa2170bb476e627ae3aaccb8f5835b1b9331c82a.tar.gz Tango-aa2170bb476e627ae3aaccb8f5835b1b9331c82a.zip | |
Twine RSM
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs index a37194390..dddb8cb38 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs @@ -35,7 +35,7 @@ namespace Tango.MachineService.Controllers var manager = new BlobStorageManager(); var container = manager.GetContainer(MachineServiceConfig.FSE_VERSIONS_CONTAINER); - String appName = ((FSEBuildVariants)build) == FSEBuildVariants.FSE ? "Tango FSE" : "Twine Studio"; + String appName = ((FSEBuildVariants)build) == FSEBuildVariants.FSE ? "Tango FSE" : "Twine RSM"; ViewBag.BuildName = appName; |
