mirror of
https://ghproxy.net/https://github.com/elementor/activity-log.git
synced 2025-10-04 03:06:11 +08:00
Internal: Fix strings
This commit is contained in:
parent
1e0bdaaafd
commit
a057e45c9d
1 changed files with 3 additions and 3 deletions
|
@ -65,15 +65,15 @@ class AAL_Privacy {
|
|||
'value' => $this->get_action_label( $item->action ),
|
||||
),
|
||||
array(
|
||||
'name' => __( 'Object Type', 'aryo-activity-log' ),
|
||||
'name' => __( 'Topic', 'aryo-activity-log' ),
|
||||
'value' => $item->object_type,
|
||||
),
|
||||
array(
|
||||
'name' => __( 'Object Subtype', 'aryo-activity-log' ),
|
||||
'name' => __( 'Context', 'aryo-activity-log' ),
|
||||
'value' => $item->object_subtype,
|
||||
),
|
||||
array(
|
||||
'name' => __( 'Description', 'aryo-activity-log' ),
|
||||
'name' => __( 'Meta', 'aryo-activity-log' ),
|
||||
'value' => $item->object_name,
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue