From f1e5536a6487726e687399d79ae9d38cfb1bbd7d Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 18 May 2024 20:51:46 +0300 Subject: TwineRSM_v2.0.5 --- .../Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs | 2 +- .../Web/Tango.MachineService/Controllers/FSEDownloadsController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs index 9df3a2d11..61d184870 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs @@ -92,7 +92,7 @@ namespace Tango.MachineService.Controllers if (request.Build == BuildVariants.TwineRSM && !user.HasPermission(Permissions.TwineRSMAccess)) { - throw new AuthenticationException("You do not have permission to access Twine RSM. Please contact your administrator."); + throw new AuthenticationException("You do not have permission to access Twine Studio. Please contact your administrator."); } user.LastLogin = DateTime.UtcNow; diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs index 782bef3a2..6e92e1c3c 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 RSM"; + String appName = ((FSEBuildVariants)build) == FSEBuildVariants.FSE ? "Tango FSE" : "Twine Studio"; ViewBag.BuildName = appName; -- cgit v1.3.1