Skip to content

Commit cf667f2

Browse files
authored
Merge pull request #2833 from TechnologyEnhancedLearning/Develop/Fixes/TD-4709-ChangedTheTextOnPromoteToAdminScreen
TD-4709 Changed The Text On Promote To Admin Screen
2 parents 1eeb4ee + 6348617 commit cf667f2

File tree

1 file changed

+1
-1
lines changed
  • DigitalLearningSolutions.Web/ViewModels/TrackingSystem/Centre/Administrator

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/ViewModels/TrackingSystem/Centre/Administrator/AdminRoleInputs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class AdminRoleInputs
1515
public static CheckboxListItemViewModel CentreManagerCheckbox = new CheckboxListItemViewModel(
1616
nameof(EditRolesViewModel.IsCenterManager),
1717
"Centre manager",
18-
"Manages user access permissions for administrators at the centre, sees all support tickets for the centre in addition to having all of the permissions of a centre administrator."
18+
"Manages user access permissions for administrators at the centre, in addition to having all of the permissions of a centre administrator."
1919
);
2020

2121
public static CheckboxListItemViewModel SupervisorCheckbox = new CheckboxListItemViewModel(

0 commit comments

Comments
 (0)