| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Core\DocumentTypes\Post; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Elementor page library document. |
| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | return esc_html__( 'Pages', 'elementor' ); |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | public static function get_add_new_title() { |
| 65 | - return esc_html__( 'Add New Page Template', 'elementor' ); | |
| 65 | + return esc_html__( 'Add New Library Page', 'elementor' ); | |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | 69 | * @since 2.1.3 |