@@ -55,42 +55,30 @@ export const JETPACK_BACKUP_PRODUCT_DISPLAY_NAMES = {
5555 [ PRODUCT_JETPACK_BACKUP_REALTIME_MONTHLY ] : JETPACK_BACKUP_PRODUCT_REALTIME_DISPLAY_NAME ,
5656} ;
5757
58- export const PRODUCT_JETPACK_BACKUP_DESCRIPTION = (
59- < p >
60- { translate (
61- 'Always-on backups ensure you never lose your site. Choose from real-time or daily backups. {{a}}Which one do I need?{{/a}}' ,
62- {
63- components : {
64- a : (
65- < a
66- href = "https://jetpack.com/upgrade/backup/"
67- target = "_blank"
68- rel = "noopener noreferrer"
69- />
70- ) ,
71- } ,
72- }
73- ) }
74- </ p >
58+ export const PRODUCT_JETPACK_BACKUP_DESCRIPTION = translate (
59+ 'Always-on backups ensure you never lose your site. Choose from real-time or daily backups. {{a}}Which one do I need?{{/a}}' ,
60+ {
61+ components : {
62+ a : (
63+ < a
64+ href = "https://jetpack.com/upgrade/backup/"
65+ target = "_blank"
66+ rel = "noopener noreferrer"
67+ />
68+ ) ,
69+ } ,
70+ }
7571) ;
76- export const PRODUCT_JETPACK_BACKUP_DAILY_DESCRIPTION = (
77- < p >
78- { translate (
79- '{{strong}}Looking for more?{{/strong}} With Real-time backups, we save as you edit and you’ll get unlimited backup archives.' ,
80- {
81- components : {
82- strong : < strong /> ,
83- } ,
84- }
85- ) }
86- </ p >
72+ export const PRODUCT_JETPACK_BACKUP_DAILY_DESCRIPTION = translate (
73+ '{{strong}}Looking for more?{{/strong}} With Real-time backups, we save as you edit and you’ll get unlimited backup archives.' ,
74+ {
75+ components : {
76+ strong : < strong /> ,
77+ } ,
78+ }
8779) ;
88- export const PRODUCT_JETPACK_BACKUP_REALTIME_DESCRIPTION = (
89- < p >
90- { translate (
91- 'Always-on backups ensure you never lose your site. Your changes are saved as you edit and you have unlimited backup archives.'
92- ) }
93- </ p >
80+ export const PRODUCT_JETPACK_BACKUP_REALTIME_DESCRIPTION = translate (
81+ 'Always-on backups ensure you never lose your site. Your changes are saved as you edit and you have unlimited backup archives.'
9482) ;
9583
9684export const JETPACK_BACKUP_PRODUCT_DESCRIPTIONS = {
0 commit comments