diff options
| author | Sacha Chua <sacha@sachachua.com> | 2023-11-19 16:09:40 -0500 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2023-11-19 16:09:40 -0500 | 
| commit | 3dd7ecb8e34b82a176aca344bb0479beeb5763d5 (patch) | |
| tree | 1d45dcca16b882c37d156033545fc6b36dd48d86 | |
| parent | 250f05ad5dddf75a670b6583bf2c377869f912ba (diff) | |
| download | emacsconf-el-3dd7ecb8e34b82a176aca344bb0479beeb5763d5.tar.xz emacsconf-el-3dd7ecb8e34b82a176aca344bb0479beeb5763d5.zip  | |
change intro
| -rw-r--r-- | emacsconf-pad.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-pad.el b/emacsconf-pad.el index 9900ad4..c999a8a 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -639,7 +639,7 @@ ${bbb-checklist}</li>")  							(emacsconf-surround " (" (plist-get talk :pronunciation) ")" "")                (pcase (plist-get talk :q-and-a)                  ((or 'nil "") "") -                ((rx "after") " We'll collect questions via Etherpad and IRC to send to the speaker, and we'll post the answers on the talk page afterwards.") +                ((rx "after") " You can ask questions via Etherpad and IRC. We'll send them to the speaker, and we'll post the answers on the talk page afterwards.")                  ((rx "live")                   (format " %s will answer questions via BigBlueButton. You can join using the URL from the talk page or ask questions through Etherpad or IRC."                           pronoun  | 
