aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs2
1 files changed, 1 insertions, 1 deletions
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;