From bcd434ce0c91ab3a8cb1efdd69c8ada1029a0098 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:27:28 +0100 Subject: [PATCH] Merge pull request #16050 from overleaf/rd-price-test [web] Pay 0 trial split test GitOrigin-RevId: 66911aa0327dd304e0c65600fb61ccaaeb1ca1c2 --- .../web/frontend/extracted-translations.json | 5 ++++ .../stylesheets/app/subscription.less | 29 +++++++++++++++++++ services/web/locales/en.json | 5 ++++ 3 files changed, 39 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index cd8f3aea5d..689b98efb6 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -304,6 +304,7 @@ "dropbox_sync_troubleshoot": "", "dropbox_synced": "", "dropbox_unlinked_premium_feature": "", + "due_today": "", "duplicate_file": "", "duplicate_projects": "", "each_user_will_have_access_to": "", @@ -397,6 +398,7 @@ "for_more_information_see_managed_accounts_section": "", "format": "", "found_matching_deleted_users": "", + "free_7_day_trial": "", "free_accounts_have_timeout_upgrade_to_increase": "", "free_plan_label": "", "free_plan_tooltip": "", @@ -714,6 +716,7 @@ "mendeley_sync_description": "", "menu": "", "merge_cells": "", + "money_back_guarantee": "", "month": "", "more": "", "more_actions": "", @@ -963,6 +966,7 @@ "reject_all": "", "relink_your_account": "", "reload_editor": "", + "remind_before_trial_ends": "", "remote_service_error": "", "remove": "", "remove_collaborator": "", @@ -1285,6 +1289,7 @@ "tooltip_hide_pdf": "", "tooltip_show_filetree": "", "tooltip_show_pdf": "", + "total_due_date": "", "total_per_month": "", "total_per_year": "", "total_with_subtotal_and_tax": "", diff --git a/services/web/frontend/stylesheets/app/subscription.less b/services/web/frontend/stylesheets/app/subscription.less index 18ebd871ad..db4fe9a192 100644 --- a/services/web/frontend/stylesheets/app/subscription.less +++ b/services/web/frontend/stylesheets/app/subscription.less @@ -124,10 +124,18 @@ .price-summary-line { display: flex; justify-content: space-between; + + .price-summary-line-width { + width: 70%; + } } .price-summary-total-line { margin-top: 5px; font-size: 16px; + + .price-summary-due { + color: @green-50; + } } hr { margin-top: 20px; @@ -147,6 +155,19 @@ font-size: 12px; padding-top: 7.5px; padding-bottom: 7.5px; + + .trial-coupon-summary-list-container { + padding-left: 0; + + li { + display: flex; + align-items: center; + font-size: 14px; + justify-content: flex-start; + margin-bottom: 8px; + gap: 12px; + } + } } .toggle-address-second-line { @@ -243,3 +264,11 @@ a.row-link { } } } + +.check-icon { + background-color: #ebf6ea; + border-radius: 50%; + color: #5bb553; + height: 20px; + width: 20px; +} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 46cf85d4ae..73ba0c1375 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -452,6 +452,7 @@ "dropbox_unlinked_because_access_denied": "Your Dropbox account has been unlinked because the Dropbox service rejected your stored credentials. Please relink your Dropbox account to continue using it with Overleaf.", "dropbox_unlinked_because_full": "Your Dropbox account has been unlinked because it is full, and we can no longer send updates to it. Please free up some space and relink your Dropbox account to continue using it with Overleaf.", "dropbox_unlinked_premium_feature": "<0>Your Dropbox account has been unlinked because Dropbox Sync is a premium feature that you had through an institutional license.", + "due_today": "Due today", "duplicate_file": "Duplicate File", "duplicate_projects": "This user has projects with duplicate names", "each_user_will_have_access_to": "Each user will have access to", @@ -623,6 +624,7 @@ "four_minutes": "4 minutes", "fr": "French", "free": "Free", + "free_7_day_trial": "Free 7-day trial", "free_accounts_have_timeout_upgrade_to_increase": "Free accounts have a one minute timeout, whereas upgraded accounts have a timeout of four minutes.", "free_dropbox_and_history": "Free Dropbox and History", "free_plan_label": "You’re on the free plan", @@ -1090,6 +1092,7 @@ "merge": "Merge", "merge_cells": "Merge cells", "merging": "Merging", + "money_back_guarantee": "30-day money back guarantee, no questions asked", "month": "month", "monthly": "Monthly", "more": "More", @@ -1465,6 +1468,7 @@ "related_tags": "Related Tags", "relink_your_account": "Re-link your account", "reload_editor": "Reload editor", + "remind_before_trial_ends": "We’ll remind you before your trial ends", "remote_service_error": "The remote service produced an error", "remove": "Remove", "remove_collaborator": "Remove collaborator", @@ -1896,6 +1900,7 @@ "tooltip_show_pdf": "Click to show the PDF", "top_pick": "Top pick", "total": "Total", + "total_due_date": "Total due __date__", "total_per_month": "Total per month", "total_per_year": "Total per year", "total_per_year_for_x_users": "total per year for __licenseSize__ users",