Fix tests

This commit is contained in:
Louis Delbosc
2022-12-13 17:26:42 +01:00
parent 676c27d6c9
commit 83ea6868cb
5 changed files with 25 additions and 31 deletions

View File

@@ -72,7 +72,7 @@ export class TypeTransform extends ColumnTransform {
return basicButton(dom.on('click', () => this.editor.writeObservable()),
t('Preview'), testId("type-transform-update"),
dom.cls('disabled', (use) => use(disableButtons) || use(this.formulaUpToDate)),
{ title: t('UpdateFormula') }
{ title: t('Update formula (Shift+Enter)') }
);
} else {
return basicButton(dom.on('click', () => { this._reviseTypeChange.set(true); }),