We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098834a commit 4be54bcCopy full SHA for 4be54bc
includes/functions/settings/_settings.php
@@ -201,7 +201,7 @@ function fictioneer_settings_header( $tab = 'general' ) {
201
_e( 'Documentation on Github', 'fictioneer' );
202
?></a>
203
•
204
- <a href="https://ko-fi.com/tetrakern" target="_blank"><?php _e( 'Support on Ko-fi', 'fictioneer' ); ?></a>
+ <a href="https://ko-fi.com/tetrakern" target="_blank"><?php _e( 'Support me on Ko-fi', 'fictioneer' ); ?></a>
205
</div>
206
<?php if ( CHILD_VERSION && CHILD_NAME ) : ?>
207
<div class="fictioneer-settings__header-links">
0 commit comments