This commit is contained in:
proelements
2026-05-04 11:47:14 +03:00
parent b499583e5a
commit 872bc6fb57
375 changed files with 39949 additions and 9185 deletions
+3 -4
View File
@@ -46,9 +46,8 @@ class Module extends Module_Base {
'utm_content' => 'cloud-library',
'source' => 'cloud-library',
] ) ),
'library_connect_title_copy' => esc_html__( 'Connect to your Elementor account', 'elementor-pro' ),
'library_connect_sub_title_copy' => esc_html__( 'This includes purchasing and activating your Elementor Pro license on a specific site.', 'elementor-pro' ) . '<br>' . esc_html__( 'Then you can find all your templates in one convenient library.', 'elementor-pro' ),
'library_connect_button_copy' => esc_html__( 'Connect & Activate', 'elementor-pro' ),
] );
'library_connect_title_copy' => esc_html__( 'Connect & Activate', 'elementor-pro' ),
'library_connect_sub_title_copy' => esc_html__( 'Sub Title', 'elementor-pro' ),
'library_connect_button_copy' => esc_html__( 'Connect & Activate', 'elementor-pro' ), ] );
}
}