mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Update assistant link
Summary: Updates the "Learn more" link now that the page is published. Test Plan: N/A Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3969
This commit is contained in:
@@ -902,7 +902,7 @@ class ChatHistory extends Disposable {
|
||||
'are sent to OpenAI. {{learnMore}}.',
|
||||
{
|
||||
codeView: cssLink(t('Code View'), urlState().setLinkUrl({docPage: 'code'})),
|
||||
learnMore: cssLink(t('Learn more'), {href: commonUrls.help, target: '_blank'}),
|
||||
learnMore: cssLink(t('Learn more'), {href: commonUrls.helpAssistantDataUse, target: '_blank'}),
|
||||
}
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user