[PE] Fix Bug 53056
This commit is contained in:
parent
f4556bd602
commit
3668ec5305
|
@ -372,7 +372,7 @@
|
||||||
"textTopLeft": "Top-Left",
|
"textTopLeft": "Top-Left",
|
||||||
"textTopRight": "Top-Right",
|
"textTopRight": "Top-Right",
|
||||||
"textTotalRow": "Total Row",
|
"textTotalRow": "Total Row",
|
||||||
"textTransition": "Transition",
|
"textTransitions": "Transitions",
|
||||||
"textType": "Type",
|
"textType": "Type",
|
||||||
"textUnCover": "UnCover",
|
"textUnCover": "UnCover",
|
||||||
"textVerticalIn": "Vertical In",
|
"textVerticalIn": "Vertical In",
|
||||||
|
|
|
@ -19,7 +19,7 @@ const EditSlide = props => {
|
||||||
<ListItem title={_t.textLayout} link="/layout/" routeProps={{
|
<ListItem title={_t.textLayout} link="/layout/" routeProps={{
|
||||||
onLayoutClick: props.onLayoutClick
|
onLayoutClick: props.onLayoutClick
|
||||||
}}></ListItem>
|
}}></ListItem>
|
||||||
<ListItem title={_t.textTransition} link="/transition/" routeProps={{
|
<ListItem title={t('View.Edit.textTransitions')} link="/transition/" routeProps={{
|
||||||
onEffectClick: props.onEffectClick,
|
onEffectClick: props.onEffectClick,
|
||||||
onEffectTypeClick: props.onEffectTypeClick,
|
onEffectTypeClick: props.onEffectTypeClick,
|
||||||
changeDuration: props.changeDuration,
|
changeDuration: props.changeDuration,
|
||||||
|
@ -225,7 +225,7 @@ const PageTransition = props => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page className="slide-transition">
|
<Page className="slide-transition">
|
||||||
<Navbar title={_t.textTransition} backLink={_t.textBack}>
|
<Navbar title={t('View.Edit.textTransitions')} backLink={_t.textBack}>
|
||||||
{Device.phone &&
|
{Device.phone &&
|
||||||
<NavRight>
|
<NavRight>
|
||||||
<Link sheetClose='#edit-sheet'>
|
<Link sheetClose='#edit-sheet'>
|
||||||
|
|
Loading…
Reference in a new issue