Skip to content

Commit 01474e6

Browse files
committed
Debugger: translate submit button
I used an existing string instead of the "contact support" one
1 parent fc20439 commit 01474e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.jetpack-debugger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public static function jetpack_debug_display_handler() {
202202

203203
<div id="blog_div" class="formbox">
204204
<div id="submit_div" class="contact-support">
205-
<input type="submit" name="submit" value="Contact Support">
205+
<input type="submit" name="submit" value="<?php esc_html_e( 'Submit &#187;', 'jetpack' ); ?>">
206206
</div>
207207
</div>
208208
<div style="clear: both;"></div>

0 commit comments

Comments
 (0)