diff --git a/html_generator.php b/html_generator.php index 2e492b7..7107cb6 100644 --- a/html_generator.php +++ b/html_generator.php @@ -172,7 +172,7 @@ function get_copy_snackbar() { $snackbar_html = "
" . - "Copied the URL to the clipboard. Paste into Session app to join." . + "Copied URL to clipboard. Paste into Session app to join." . "
"; return $snackbar_html;