chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 (stable) (#2614)
* chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 * style: format code using prettier v3.0.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
74737cf3c4
commit
8c5512cd73
35 changed files with 374 additions and 374 deletions
|
@ -164,7 +164,7 @@ function assignUserRightsToUserTypes() {
|
|||
"<br><br>" +
|
||||
$.i18n._("View schedule") +
|
||||
"<br>" +
|
||||
$.i18n._("View show content")
|
||||
$.i18n._("View show content"),
|
||||
);
|
||||
break;
|
||||
case "H":
|
||||
|
@ -183,7 +183,7 @@ function assignUserRightsToUserTypes() {
|
|||
"<br>" +
|
||||
$.i18n._("Create playlists, smart blocks, and webstreams") +
|
||||
"<br>" +
|
||||
$.i18n._("Manage their own library content")
|
||||
$.i18n._("Manage their own library content"),
|
||||
);
|
||||
break;
|
||||
case "P":
|
||||
|
@ -202,7 +202,7 @@ function assignUserRightsToUserTypes() {
|
|||
"<br>" +
|
||||
$.i18n._("Create playlists, smart blocks, and webstreams") +
|
||||
"<br>" +
|
||||
$.i18n._("Manage all library content")
|
||||
$.i18n._("Manage all library content"),
|
||||
);
|
||||
break;
|
||||
case "A":
|
||||
|
@ -235,7 +235,7 @@ function assignUserRightsToUserTypes() {
|
|||
"<br>" +
|
||||
$.i18n._("Create playlists, smart blocks, and webstreams") +
|
||||
"<br>" +
|
||||
$.i18n._("Manage all library content")
|
||||
$.i18n._("Manage all library content"),
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue