diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 014dc1fb62..a7a09676c2 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1102,7 +1102,6 @@ "premium_feature": "", "premium_features": "", "premium_plan_label": "", - "premium_suggestion_available": "", "presentation_mode": "", "press_and_awards": "", "previous_page": "", @@ -1870,6 +1869,8 @@ "you_cant_add_or_change_password_due_to_sso": "", "you_cant_join_this_group_subscription": "", "you_dont_have_any_repositories": "", + "you_have_0_free_suggestions_left": "", + "you_have_1_free_suggestion_left": "", "you_have_added_x_of_group_size_y": "", "you_have_been_invited_to_transfer_management_of_your_account": "", "you_have_been_invited_to_transfer_management_of_your_account_to": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 6846f19b24..26a07119ab 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1581,7 +1581,6 @@ "premium_feature": "Premium feature", "premium_features": "Premium features", "premium_plan_label": "You’re using Overleaf Premium", - "premium_suggestion_available": "Premium suggestion available", "presentation": "Presentation", "presentation_mode": "Presentation mode", "press_and_awards": "Press & awards", @@ -2533,6 +2532,8 @@ "you_dont_have_any_repositories": "You don’t have any repositories", "you_get_access_to": "You get access to", "you_get_access_to_info": "These features are available only to you (the subscriber).", + "you_have_0_free_suggestions_left": "You have 0 free suggestions left", + "you_have_1_free_suggestion_left": "You have 1 free suggestion left", "you_have_added_x_of_group_size_y": "You have added <0>__addedUsersSize__ of <1>__groupSize__ available members", "you_have_been_invited_to_transfer_management_of_your_account": "You have been invited to transfer management of your account.", "you_have_been_invited_to_transfer_management_of_your_account_to": "You have been invited to transfer management of your account to __groupName__.",