mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Add description and icon to preview URLs for non-document resources #1242
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.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"sendAppPage": {
|
||||
"Loading": "Loading"
|
||||
"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."
|
||||
|
||||
Reference in New Issue
Block a user