Merge
This commit is contained in:
@@ -685,6 +685,7 @@ To manage your website, simply open the umbraco back office and start adding con
|
||||
<key alias="editTemplateSaved">Template saved</key>
|
||||
<key alias="editUserError">Error saving user (check log)</key>
|
||||
<key alias="editUserSaved">User Saved</key>
|
||||
<key alias="editUserTypeSaved">User type saved</key>
|
||||
<key alias="fileErrorHeader">File not saved</key>
|
||||
<key alias="fileErrorText">file could not be saved. Please check file permissions</key>
|
||||
<key alias="fileSavedHeader">File saved</key>
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace umbraco.cms.presentation.user
|
||||
userType.DefaultPermissions = actions;
|
||||
userType.Save();
|
||||
|
||||
speechBubble(speechBubbleIcon.save, ui.Text("speechBubbles", "editUserSaved", base.getUser()), "");
|
||||
speechBubble(speechBubbleIcon.save, ui.Text("speechBubbles", "editUserTypeSaved", base.getUser()), "");
|
||||
}
|
||||
|
||||
protected List<IAction> CurrentUserTypeActions
|
||||
|
||||
Reference in New Issue
Block a user