mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Makes GristTooltips translatable
Test Plan: Should no break anything Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3785
This commit is contained in:
@@ -90,7 +90,7 @@ export class BehavioralPromptsManager extends Disposable {
|
||||
|
||||
const {hideArrow = false, onDispose, popupOptions} = options;
|
||||
const {title, content} = GristBehavioralPrompts[prompt];
|
||||
const ctl = showBehavioralPrompt(refElement, title, content(), {
|
||||
const ctl = showBehavioralPrompt(refElement, title(), content(), {
|
||||
onClose: (dontShowTips) => {
|
||||
if (dontShowTips) { this._dontShowTips(); }
|
||||
this._markAsSeen(prompt);
|
||||
|
||||
Reference in New Issue
Block a user