mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:31:19 +08:00
[DE PE SSE] Fix Bug 53331
This commit is contained in:
@ -28,7 +28,7 @@ class SearchSettings extends SearchSettingsView {
|
||||
|
||||
const markup = (
|
||||
<Page>
|
||||
<Navbar title={_t.textFindAndReplace}>
|
||||
<Navbar title={isEdit ? _t.textFindAndReplace : _t.textFind}>
|
||||
{!show_popover &&
|
||||
<NavRight>
|
||||
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
||||
|
||||
@ -21,7 +21,7 @@ class SearchSettings extends SearchSettingsView {
|
||||
|
||||
const markup = (
|
||||
<Page>
|
||||
<Navbar title={_t.textFindAndReplace}>
|
||||
<Navbar title={isEdit ? _t.textFindAndReplace : _t.textFind}>
|
||||
{!show_popover &&
|
||||
<NavRight>
|
||||
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
||||
|
||||
@ -29,7 +29,7 @@ class SearchSettings extends SearchSettingsView {
|
||||
|
||||
const markup = (
|
||||
<Page>
|
||||
<Navbar title={_t.textFindAndReplace}>
|
||||
<Navbar title={isEdit ? _t.textFindAndReplace : _t.textFind}>
|
||||
{!show_popover &&
|
||||
<NavRight>
|
||||
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
||||
|
||||
Reference in New Issue
Block a user