Skip to content

Commit

Permalink
Prepare 4.0.0 rc2 (#2000)
Browse files Browse the repository at this point in the history
* Hide menuboards/notification view in playlist editor.
* Preparation for 4.0.0-rc2 release.
  • Loading branch information
dasgarner authored Aug 21, 2023
1 parent 66a2819 commit a3c58ed
Show file tree
Hide file tree
Showing 6 changed files with 14,829 additions and 14,562 deletions.
3 changes: 1 addition & 2 deletions lib/Service/PlayerActionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ public function sendAction($displays, $action)
if ($display->xmrChannel == '' || $display->xmrPubKey == '') {
throw new InvalidArgumentException(
sprintf(
__('%s is not configured or ready to receive push commands over XMR.
Please contact your administrator.'),
__('%s is not configured or ready to receive push commands over XMR. Please contact your administrator.'),//phpcs:ignore
$display->display
),
'xmrRegistered'
Expand Down
Loading

0 comments on commit a3c58ed

Please sign in to comment.