Skip to content

Instantly share code, notes, and snippets.

@JoeMurray
Created November 16, 2018 23:05
Show Gist options
  • Save JoeMurray/4b01ed9a8db8ff64ce942387c4ef61e7 to your computer and use it in GitHub Desktop.
Save JoeMurray/4b01ed9a8db8ff64ce942387c4ef61e7 to your computer and use it in GitHub Desktop.
$ grep -R 'This event is currently full. However you can register now and get added to a waiting list. You will be notified if spaces become available.' ./*
./CRM/Event/Form/Registration/Register.php: $this->_waitlistMsg = ts('This event is currently full. However you can register now and get added to a waiting list. You will be notified if spaces become available.');
./CRM/Event/Form/ManageEvent/EventInfo.php: $defaults['waitlist_text'] = CRM_Utils_Array::value('waitlist_text', $defaults, ts('This event is currently full. However you can register now and get added to a waiting list. You will be notified if spaces become available.'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment