Miscellaneous tweaks, refactorings and renames.

This commit is contained in:
Daniel Stolt
2014-07-05 19:08:40 +02:00
parent f96e73fc4c
commit f66affe98c
49 changed files with 186 additions and 185 deletions

View File

@@ -5,6 +5,6 @@
var permissionName = eventData.Get<string>("PermissionName");
}
<section class="event-role">
<section class="audittrail-role-summary">
@T("Removed the <strong>{0}</strong> permission from the <strong>{1}</strong> role.", permissionName, roleName)
</section>