diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index a840372212..20330a7db9 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -92,6 +92,7 @@ "add_on": "", "add_ons": "", "add_or_remove_project_from_tag": "", + "add_reference": "", "add_role_and_department": "", "add_to_dictionary": "", "add_to_tag": "", @@ -516,6 +517,7 @@ "edit_dictionary_empty": "", "edit_dictionary_remove": "", "edit_figure": "", + "edit_reference": "", "edit_sso_configuration": "", "edit_tag": "", "edit_tag_name": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 793bd423a1..81e8fe8c34 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -107,6 +107,7 @@ "add_ons_for_any_plan": "Add-ons for any plan", "add_ons_for_any_plan_subheading": "Buy add-ons for any Overleaf plan (including the free plan) to unlock additional features.", "add_or_remove_project_from_tag": "Add or remove project from tag __tagName__", + "add_reference": "Add reference", "add_role_and_department": "Add role and department", "add_to_dictionary": "Add to dictionary", "add_to_tag": "Add to tag", @@ -658,6 +659,7 @@ "edit_dictionary_empty": "Your custom dictionary is empty.", "edit_dictionary_remove": "Remove from dictionary", "edit_figure": "Edit figure", + "edit_reference": "Edit reference", "edit_sso_configuration": "Edit SSO Configuration", "edit_tag": "Edit tag", "edit_tag_name": "Edit tag name",