Fix plugin i18n strings

This commit is contained in:
Jb 2019-11-23 10:34:19 +01:00
parent 52fd2b08dc
commit 7e8c847471
13 changed files with 86 additions and 86 deletions

View file

@ -29,7 +29,7 @@ add_action( FiveForTheFuture\PREFIX . '_email_result', __NAMESPACE__ . '\capture
function add_log_meta_box() {
add_meta_box(
'activity-log',
__( 'Log', 'wordpressorg' ),
__( 'Log', 'wporg-5ftf' ),
__NAMESPACE__ . '\render_log_meta_box',
Pledge\CPT_ID,
'advanced',