mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
When pasting a URL in some app or website that allows previewing the link, for other resources than documents, you were offered an irrelevant description. This patches aims to give a generic description of what is Grist.
11 lines
268 B
JSON
11 lines
268 B
JSON
{
|
|
"sendAppPage": {
|
|
"Loading": "Loading",
|
|
"gristMetaDescription": "Grist is the evolution of spreadsheets.",
|
|
"Welcome": "Welcome"
|
|
},
|
|
"oidc": {
|
|
"emailNotVerifiedError": "Please verify your email with the identity provider, and log in again."
|
|
}
|
|
}
|