Make UI strings translatable
-
There are two UI strings that should be translatable.
inc\admin-options.php, Line 397
Correction:echo '<p style="font-weight: 600; font-size: 19px; margin-top: 0; margin-bottom: 0;">' . esc_html__( 'Almost done...', 'simple-cloudflare-turnstile' ) . '</p>';
inc\admin-options.php, Line 424 to 426
Correction:echo '<button type="submit" style="margin-top: 10px; padding: 5px 10px; background: #1c781c; color: #fff; font-size: 15px; font-weight: bold; border-radius: 4px; cursor: pointer;">TEST API RESPONSE<span class="dashicons dashicons-arrow-right-alt"></span></button>'
Remove dot or make the dot translatable
inc\admin-options.php, Line 375
Correction:<p style="font-size: 15px;"><?php echo __( 'Need help? Have a suggestion?', 'simple-cloudflare-turnstile' ); ?> <a href="https://www.ads-software.com/support/plugin/simple-cloudflare-turnstile" target="_blank"><?php echo __( 'Create a new support topic.', 'simple-cloudflare-turnstile' ); ?></a></p>
- The topic ‘Make UI strings translatable’ is closed to new replies.