[DE PE SSE] Fix Bug 53331
This commit is contained in:
parent
fddc74b658
commit
efa1e3929a
|
@ -28,7 +28,7 @@ class SearchSettings extends SearchSettingsView {
|
||||||
|
|
||||||
const markup = (
|
const markup = (
|
||||||
<Page>
|
<Page>
|
||||||
<Navbar title={_t.textFindAndReplace}>
|
<Navbar title={isEdit ? _t.textFindAndReplace : _t.textFind}>
|
||||||
{!show_popover &&
|
{!show_popover &&
|
||||||
<NavRight>
|
<NavRight>
|
||||||
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
||||||
|
|
|
@ -21,7 +21,7 @@ class SearchSettings extends SearchSettingsView {
|
||||||
|
|
||||||
const markup = (
|
const markup = (
|
||||||
<Page>
|
<Page>
|
||||||
<Navbar title={_t.textFindAndReplace}>
|
<Navbar title={isEdit ? _t.textFindAndReplace : _t.textFind}>
|
||||||
{!show_popover &&
|
{!show_popover &&
|
||||||
<NavRight>
|
<NavRight>
|
||||||
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
||||||
|
|
|
@ -29,7 +29,7 @@ class SearchSettings extends SearchSettingsView {
|
||||||
|
|
||||||
const markup = (
|
const markup = (
|
||||||
<Page>
|
<Page>
|
||||||
<Navbar title={_t.textFindAndReplace}>
|
<Navbar title={isEdit ? _t.textFindAndReplace : _t.textFind}>
|
||||||
{!show_popover &&
|
{!show_popover &&
|
||||||
<NavRight>
|
<NavRight>
|
||||||
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
<Link popupClose=".search-settings-popup">{_t.textDone}</Link>
|
||||||
|
|
Loading…
Reference in a new issue