Fix spelling error in membertype speechbubble

This commit is contained in:
Sebastiaan Janssen
2013-01-29 10:50:54 -01:00
parent 9ae962492a
commit 2fdb485203

View File

@@ -51,7 +51,7 @@ namespace umbraco.cms.presentation.members
saveExtras();
ClientTools
.ShowSpeechBubble(speechBubbleIcon.save, "Memebertype saved", "")
.ShowSpeechBubble(speechBubbleIcon.save, "Membertype saved", "")
.SyncTree(dt.Id.ToString(), true);
}