[DE PE SSE mobile] Fix Bug 61136

This commit is contained in:
SergeyEzhin
2023-04-10 19:51:35 +04:00
parent 9b61f60aac
commit eecc481576
6 changed files with 9 additions and 6 deletions

View File

@ -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": {

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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