Merge pull request #1814 from ONLYOFFICE/fix/fix-bugs

[SSE] Fix alt hints in Advanced Settings
This commit is contained in:
Julia Radzhabova 2022-06-21 22:40:30 +03:00 committed by GitHub
commit 9b132e7a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -321,7 +321,7 @@ define([
'<div class="fms-flex-apply hidden">',
'<table class="main" style="margin: 10px 18px; width: 100%"><tbody>',
'<tr>',
'<td><button class="btn normal dlg-btn primary" data-hint="3" data-hint-direction="bottom" data-hint-offset="big"><%= scope.okButtonText %></button></td>',
'<td><button class="btn normal dlg-btn primary" data-hint="2" data-hint-direction="bottom" data-hint-offset="big"><%= scope.okButtonText %></button></td>',
'<td></td>',
'</tr>',
'</tbody></table>',