Skip to content

Commit 145d9cc

Browse files
committed
chore: preserve old strings
1 parent c0d2243 commit 145d9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inc/core/front_end.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@ public function get_strings() {
590590
'switch_skin' => __( 'Switch Skin', 'neve' ),
591591
'dismiss' => __( 'Dismiss', 'neve' ),
592592
'rollback' => __( 'Roll Back', 'neve' ),
593+
'scroll_to_top_desc' => __( 'Add a customizable scroll-to-top button that appears exactly when needed. Style it to match your brand.', 'neve' ),
594+
/* translators: %s - Module name for the upsell */
595+
'upsell' => __( 'Unlock %s with the Pro version.', 'neve' ),
593596
];
594597
}
595598

0 commit comments

Comments
 (0)