Skip to content

Commit

Permalink
Add files updated during build & release v2.21 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityView - CI committed Mar 19, 2024
1 parent df1a8dc commit e5df191
Show file tree
Hide file tree
Showing 2 changed files with 676 additions and 588 deletions.
4 changes: 2 additions & 2 deletions future/includes/class-gv-shortcode-gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ public function callback( $passed_atts, $content = '', $tag = '' ) {

// Translators: The first %s is the beginning of the HTML. The second %s is the end of the HTML.
$notice = sprintf(
__( 'This View is in the Trash. %sClick to restore the View%s.', 'gravityview' ),
__( 'This View is in the Trash. %sClick to restore the View%s.', 'gk-gravityview' ),
sprintf(
'<a href="%s" onclick="return confirm(\'%s\');">',
esc_url( $untrash_link ),
esc_js( __( 'Are you sure you want to restore this View? It will immediately be removed from the trash and set to draft status.', 'gravityview' ) )
esc_js( __( 'Are you sure you want to restore this View? It will immediately be removed from the trash and set to draft status.', 'gk-gravityview' ) )
),
'</a>'
);
Expand Down
Loading

0 comments on commit e5df191

Please sign in to comment.