diff --git a/wordcamp.org/public_html/wp-content/plugins/wc-fonts/wc-fonts.php b/wordcamp.org/public_html/wp-content/plugins/wc-fonts/wc-fonts.php
index 48aa17f5..d57da748 100644
a
|
b
|
class WordCamp_Fonts_Plugin { |
107 | 107 | ?> |
108 | 108 | <div class="wrap"> |
109 | 109 | <?php screen_icon(); ?> |
110 | | <h1><?php esc_html_e( 'Fonts', 'wordcamporg' ); ?></h1> |
| 110 | <h1><?php esc_html_e( 'Fonts WordCamp', 'wordcamporg' ); ?></h1> |
111 | 111 | <?php settings_errors(); ?> |
112 | 112 | <form method="post" action="options.php" enctype="multipart/form-data"> |
113 | 113 | <?php |