Skip to content

Commit

Permalink
Fix text domain in SystemInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jul 16, 2023
1 parent 826bc5c commit 8c4518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/Settings/SystemInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function section_callback( $arguments ) {
</h2>
<div id="hcaptcha-system-info-wrap">
<span class="helper">
<span class="helper-content"><?php esc_html_e( 'Copy system info to clipboard', '' ); ?></span>
<span class="helper-content"><?php esc_html_e( 'Copy system info to clipboard', 'hcaptcha-for-forms-and-more' ); ?></span>
</span>
<div class="dashicons-before dashicons-media-text" aria-hidden="true"></div>
<label>
Expand Down

0 comments on commit 8c4518e

Please sign in to comment.