Prechádzať zdrojové kódy

Merge pull request #26303 from overleaf/dp-ai-troubleshooting-tip

Update UI of "Start at first error" tip to match designs

GitOrigin-RevId: fd745d1cce7b21847041614af7313768c26b5d08
David 1 rok pred
rodič
commit
7ca01dc925

+ 1 - 0
services/web/frontend/extracted-translations.json

@@ -1659,6 +1659,7 @@
   "start_a_free_trial": "",
   "start_by_adding_your_email": "",
   "start_by_fixing_the_first_error_in_your_doc": "",
+  "start_by_fixing_the_first_error_in_your_document": "",
   "start_free_trial": "",
   "start_free_trial_without_exclamation": "",
   "start_the_conversation_by_saying_hello_or_sharing_an_update": "",

BIN
services/web/frontend/fonts/material-symbols/MaterialSymbolsRoundedUnfilledPartialSlice.woff2


+ 1 - 0
services/web/frontend/fonts/material-symbols/unfilled-symbols.mjs

@@ -19,6 +19,7 @@ export default /** @type {const} */ ([
   'image',
   'info',
   'integration_instructions',
+  'lightbulb',
   'note_add',
   'picture_as_pdf',
   'rate_review',

+ 1 - 0
services/web/locales/en.json

@@ -2153,6 +2153,7 @@
   "start_a_free_trial": "Start a free trial",
   "start_by_adding_your_email": "Start by adding your email address.",
   "start_by_fixing_the_first_error_in_your_doc": "Start by fixing the first error in your doc to avoid problems later on.",
+  "start_by_fixing_the_first_error_in_your_document": "Start by fixing the first error in the document to avoid cascading problems later on.",
   "start_free_trial": "Start Free Trial!",
   "start_free_trial_without_exclamation": "Start Free Trial",
   "start_the_conversation_by_saying_hello_or_sharing_an_update": "Start the conversation by saying hello or sharing an update",