mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:39:30 +08:00
[DE PE SSE mobile] Fix Bug 61136
This commit is contained in:
@ -64,7 +64,8 @@
|
||||
"textTableSize": "Table Size",
|
||||
"textWithBlueLinks": "With Blue Links",
|
||||
"textWithPageNumbers": "With Page Numbers",
|
||||
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\""
|
||||
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
||||
"textPasteImageUrl": "Paste an image URL"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
||||
@ -9,7 +9,7 @@ const PageLinkSettings = props => {
|
||||
const [stateValue, setValue] = useState('');
|
||||
return (
|
||||
<Page>
|
||||
<Navbar title={_t.textLinkSettings} backLink={_t.textBack}></Navbar>
|
||||
<Navbar title={t('Add.textPasteImageUrl')} backLink={_t.textBack}></Navbar>
|
||||
<BlockTitle>{_t.textAddress}</BlockTitle>
|
||||
<List className='add-image'>
|
||||
<ListInput
|
||||
|
||||
@ -263,7 +263,8 @@
|
||||
"textSlideNumber": "Slide Number",
|
||||
"textTable": "Table",
|
||||
"textTableSize": "Table Size",
|
||||
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\""
|
||||
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
||||
"textPasteImageUrl": "Paste an image URL"
|
||||
},
|
||||
"Edit": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
||||
@ -9,7 +9,7 @@ const PageLinkSettings = props => {
|
||||
const [stateValue, setValue] = useState('');
|
||||
return (
|
||||
<Page>
|
||||
<Navbar title={_t.textLinkSettings} backLink={_t.textBack}></Navbar>
|
||||
<Navbar title={t('View.Add.textPasteImageUrl')} backLink={_t.textBack}></Navbar>
|
||||
<BlockTitle>{_t.textAddress}</BlockTitle>
|
||||
<List className='add-image'>
|
||||
<ListInput
|
||||
|
||||
@ -394,7 +394,8 @@
|
||||
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
||||
"txtSorting": "Sorting",
|
||||
"txtSortSelected": "Sort selected",
|
||||
"txtYes": "Yes"
|
||||
"txtYes": "Yes",
|
||||
"textPasteImageUrl": "Paste an image URL"
|
||||
},
|
||||
"Edit": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
||||
@ -25,7 +25,7 @@ const PageLinkSettings = props => {
|
||||
const [stateValue, setValue] = useState('');
|
||||
return (
|
||||
<Page>
|
||||
<Navbar title={_t.textLinkSettings} backLink={_t.textBack}></Navbar>
|
||||
<Navbar title={t('View.Add.textPasteImageUrl')} backLink={_t.textBack}></Navbar>
|
||||
<BlockTitle>{_t.textAddress}</BlockTitle>
|
||||
<List className='add-image'>
|
||||
<ListInput
|
||||
|
||||
Reference in New Issue
Block a user