mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Modify data-cy common * Update constants * Delete unused file * Update specs * Update utils and common specs * Skip specs * Update gitignore
10 lines
300 B
JavaScript
10 lines
300 B
JavaScript
export const firestoreText = {
|
|
firestore: "Firestore",
|
|
cypressFirestore: "cypress-firestore",
|
|
labelPrivateKey: "Private key",
|
|
privateKey: "Private key",
|
|
placeholderPrivateKey: "Enter private key",
|
|
|
|
errorGcpKeyCouldNotBeParsed:
|
|
"GCP key could not be parsed as a valid JSON object",
|
|
};
|