diff --git a/airtime_mvc/public/js/airtime/user/user.js b/airtime_mvc/public/js/airtime/user/user.js
index ed6dd2398..8e62a7f2d 100644
--- a/airtime_mvc/public/js/airtime/user/user.js
+++ b/airtime_mvc/public/js/airtime/user/user.js
@@ -104,7 +104,7 @@ $(document).ready(function() {
$(this).attr('user-rights',
$.i18n._('Guests can do the following:')+'
'+
$.i18n._('View schedule')+'
'+
- $.i18n._('View current playing tracks')
+ $.i18n._('View show content')
);
break;
case 'H':
@@ -112,11 +112,11 @@ $(document).ready(function() {
$(this).attr('user-rights',
$.i18n._('DJs can do the following:')+'
'+
$.i18n._('View schedule')+'
'+
- $.i18n._('View current playing tracks')+'
'+
+ $.i18n._('View show content')+'
'+
$.i18n._('Manage assigned show content')+'
'+
$.i18n._('Import media files')+'
'+
- $.i18n._('Manage their own library content')+'
'+
- $.i18n._('Create playlists, smart blocks, and webstreams')
+ $.i18n._('Create playlists, smart blocks, and webstreams')+'
'+
+ $.i18n._('Manage their own library content')
);
break;
case 'P':
@@ -124,11 +124,11 @@ $(document).ready(function() {
$(this).attr('user-rights',
$.i18n._('Progam Managers can do the following:')+'
'+
$.i18n._('View schedule')+'
'+
+ $.i18n._('View and manage show content')+'
'+
$.i18n._('Schedule shows')+'
'+
$.i18n._('Import media files')+'
'+
- $.i18n._('Manage all library content')+'
'+
$.i18n._('Create playlists, smart blocks, and webstreams')+'
'+
- $.i18n._('Manage show content')
+ $.i18n._('Manage all library content')
);
break;
case 'A':
@@ -143,11 +143,11 @@ $(document).ready(function() {
$.i18n._('Access playout history')+'
'+
$.i18n._('View listener stats')+'
'+
$.i18n._('View schedule')+'
'+
+ $.i18n._('View and manage show content')+'
'+
$.i18n._('Schedule shows')+'
'+
$.i18n._('Import media files')+'
'+
- $.i18n._('Manage all library content')+'
'+
$.i18n._('Create playlists, smart blocks, and webstreams')+'
'+
- $.i18n._('Manage show content')
+ $.i18n._('Manage all library content')
);
break;
}