Skip to content

Commit

Permalink
[PE] Fix Bug 72504
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Jan 15, 2025
1 parent 0411151 commit 6a56674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/view/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ define([
}

if (me.btnStartOver) {
me.btnStartOver.updateHint(me.tipStartOver);
me.btnStartOver.updateHint(me.tipStartOver + (Common.Utils.String.platformKey(Common.Utils.isMac ? 'Ctrl+Shift+enter' : 'Ctrl+F5')));
me.btnStartOver.on('click', function (e) {
me.fireEvent('startover', me);
});
Expand Down

0 comments on commit 6a56674

Please sign in to comment.