Skip to content

Commit

Permalink
Add files updated during build & release v2.33 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityView - CI committed Dec 20, 2024
1 parent 95c81ac commit 290e320
Show file tree
Hide file tree
Showing 4 changed files with 368 additions and 186 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin-views.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/field-user-activation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions includes/class-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ public static function format_date_without_timezone_offset( $gmt_datetime, $is_h
$time_diff = time() - $gmt_time;

if ( $time_diff > 0 && $time_diff < DAY_IN_SECONDS ) {
return sprintf( esc_html__( '%s ago', 'gravityview' ), human_time_diff( $gmt_time ) );
return sprintf( esc_html__( '%s ago', 'gk-gravityview' ), human_time_diff( $gmt_time ) );
}
}

Expand All @@ -1194,7 +1194,7 @@ public static function format_date_without_timezone_offset( $gmt_datetime, $is_h
if ( $include_time ) {
$time_format = GFCommon::get_default_time_format();

return sprintf( esc_html__( '%1$s at %2$s', 'gravityview' ), date_i18n( $date_format, $gmt_time, true ), date_i18n( $time_format, $gmt_time, true ) );
return sprintf( esc_html__( '%1$s at %2$s', 'gk-gravityview' ), date_i18n( $date_format, $gmt_time, true ), date_i18n( $time_format, $gmt_time, true ) );
}

return date_i18n( $date_format, $gmt_time, true );
Expand Down
Loading

0 comments on commit 290e320

Please sign in to comment.