mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) updates from grist-core
This commit is contained in:
@@ -299,7 +299,8 @@ Recovery mode opens the document to be fully accessible to owners, and inaccessi
|
||||
It also disables formulas. [{{error}}]", {error: err.message})
|
||||
: isDenied
|
||||
? t('Sorry, access to this document has been denied. [{{error}}]', {error: err.message})
|
||||
: t("Document owners can attempt to recover the document. [{{error}}]", {error: err.message})
|
||||
: t("Please reload the document and if the error persist, "+
|
||||
"contact the document owners to attempt a document recovery. [{{error}}]", {error: err.message})
|
||||
),
|
||||
hideCancel: true,
|
||||
extraButtons: !(isDocOwner && !isDenied) ? null : bigBasicButton(
|
||||
|
||||
Reference in New Issue
Block a user