diff --git a/services/web/app/src/Features/Tutorial/TutorialController.mjs b/services/web/app/src/Features/Tutorial/TutorialController.mjs
index dd1f9e2828..4f91b64f45 100644
--- a/services/web/app/src/Features/Tutorial/TutorialController.mjs
+++ b/services/web/app/src/Features/Tutorial/TutorialController.mjs
@@ -17,6 +17,7 @@ const VALID_KEYS = [
'review-mode',
'new-error-logs-promo',
'try-redesign-again-nudge-promo',
+ 'write-and-cite-nudge-in-linked-file',
'ide-redesign-new-survey-promo',
]
diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json
index b563e611bd..d4da0f62f6 100644
--- a/services/web/frontend/extracted-translations.json
+++ b/services/web/frontend/extracted-translations.json
@@ -1373,6 +1373,7 @@
"redo": "",
"reduce_costs_group_licenses": "",
"reference_error_relink_hint": "",
+ "reference_manager_lowercase": "",
"reference_manager_searched_groups": "",
"reference_managers": "",
"reference_search": "",
@@ -2133,6 +2134,7 @@
"you_can_manage_your_reference_manager_integrations_from_your_account_settings_page": "",
"you_can_now_enable_sso": "",
"you_can_now_log_in_sso": "",
+ "you_can_now_search_and_add_references_from_your_rm_library_without_needing_to_import_files": "",
"you_can_request_a_maximum_of_limit_fixes_per_day": "",
"you_can_select_or_invite_collaborator": "",
"you_can_select_or_invite_collaborator_plural": "",
diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/notifications.scss b/services/web/frontend/stylesheets/bootstrap-5/components/notifications.scss
index c0e713c212..e9f35c940d 100644
--- a/services/web/frontend/stylesheets/bootstrap-5/components/notifications.scss
+++ b/services/web/frontend/stylesheets/bootstrap-5/components/notifications.scss
@@ -127,6 +127,7 @@
cursor: pointer;
background: transparent;
border: 0;
+ color: var(--content-primary);
&:hover,
&:focus {
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index d560e93b4d..26105b0f05 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -1797,6 +1797,7 @@
"redo": "Redo",
"reduce_costs_group_licenses": "You can cut down on paperwork and reduce costs with our discounted group licenses.",
"reference_error_relink_hint": "If this error persists, try re-linking your account here:",
+ "reference_manager_lowercase": "reference manager",
"reference_manager_searched_groups": "__provider__ search groups",
"reference_managers": "Reference managers",
"reference_search": "Advanced reference search",
@@ -2690,6 +2691,7 @@
"you_can_manage_your_reference_manager_integrations_from_your_account_settings_page": "You can manage your reference manager integrations from your <0>account settings page0>.",
"you_can_now_enable_sso": "You can now enable SSO on your group settings page.",
"you_can_now_log_in_sso": "You can now log in through your institution and if eligible you will receive <0>__appName__ Professional features0>.",
+ "you_can_now_search_and_add_references_from_your_rm_library_without_needing_to_import_files": "You can now search and add references from your __referenceManager__ library without needing to import files—just type \\cite{} in your .tex file. Learn more",
"you_can_opt_in_and_out_of_the_program_at_any_time_on_this_page": "You can <0>opt in and out0> of the program at any time on this page",
"you_can_request_a_maximum_of_limit_fixes_per_day": "You can request a maximum of __limit__ fixes per day. Please try again tomorrow.",
"you_can_select_or_invite_collaborator": "You can select or invite __count__ collaborator on your current plan. Upgrade to add more editors or reviewers.",