Skip to content

Commit 106caf8

Browse files
authored
chore(firestore-translate-text): update docs again, retrigger RC (#2235)
1 parent c6d1df9 commit 106caf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firestore-translate-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
8686
* Translation Model: This extension provides the option to use Gemini 1.5 Pro for translations, which may provide more accurate and context-aware translations. The extension accesses the Gemini API using a Google AI API key that you can provide as a secret during installation.
8787

8888

89-
* Google AI API key: If you selected AI Translations Using Gemini to perform translations, please provide a Google AI API key, which you can create here https://ai.google.dev/gemini-api/docs/api-key
89+
* Google AI API key: If you selected AI Translations Using Gemini to perform translations, please provide a Google AI API key, which you can create here: https://ai.google.dev/gemini-api/docs/api-key
9090

9191

9292
* Translate existing documents?: Should existing documents in the Firestore collection be translated as well? If you've added new languages since a document was translated, this will fill those in as well.

firestore-translate-text/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ params:
154154
label: Google AI API key
155155
description: >
156156
If you selected AI Translations Using Gemini to perform translations,
157-
please provide a Google AI API key, which you can create here
157+
please provide a Google AI API key, which you can create here:
158158
https://ai.google.dev/gemini-api/docs/api-key
159159
type: secret
160160
required: false

0 commit comments

Comments
 (0)