Skip to content

Commit

Permalink
Add availability text for the work app
Browse files Browse the repository at this point in the history
It was missing...
  • Loading branch information
spaceo committed Sep 18, 2023
1 parent a6ccf31 commit 9bfb4c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ public function work(string $wid): array {
'material-url' => self::materialUrl(),
'search-url' => self::searchResultUrl(),
// Text.
'availability-available-text' => $this->t('Available', [], ['context' => 'Work Page']),
'availability-unavailable-text' => $this->t('Unavailable', [], ['context' => 'Work Page']),
'already-reserved-text' => $this->t('Already reserved', [], ['context' => 'Work Page']),
'approve-reservation-text' => $this->t('Approve reservation', [], ['context' => 'Work Page']),
'audience-text' => $this->t('Audience', [], ['context' => 'Work Page']),
Expand Down

0 comments on commit 9bfb4c2

Please sign in to comment.