diff options
author | Andreas Hubel | 2020-12-26 19:26:28 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-26 19:26:28 +0100 |
commit | 449bcc7bc6a60a1d8f7e657f47de913a61b79b90 (patch) | |
tree | 88d2bd3dd355a7b6dc6286e60b6dee26df660135 | |
parent | 3dab3941dafdccfbd4ad0ac49fb52574d79ed6ff (diff) |
fix conference description
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/rc3/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 233655e..e7d48a7 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -49,7 +49,7 @@ $CONFIG['CONFERENCE'] = array( * Wird für den <meta name="description">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher * <meta>-Tag generiert. */ - 'DESCRIPTION' => 'Live streaming from the Remote Communication Experience', + 'DESCRIPTION' => 'Live streaming from the Remote Chaos Experience', /** * Schlüsselwortliste, Kommasepariert |