[DE mobile] Correct translations

This commit is contained in:
SergeyEzhin
2023-08-23 13:58:47 +03:00
parent 310f0562b0
commit dff339af20
3 changed files with 6 additions and 4 deletions

View File

@ -741,7 +741,9 @@
"txtScheme7": "Equity",
"txtScheme8": "Flow",
"txtScheme9": "Foundry",
"textVersionHistory": "Version History"
"textVersionHistory": "Version History",
"textPasswordWarning": "If the password is forgotten or lost, it cannot be recovered.",
"textTypeEditingWarning": "Allow only this type of editing in the document."
},
"Toolbar": {
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",

View File

@ -61,7 +61,7 @@ const ProtectionDocumentView = props => {
</ul>
</div>
<Block>
<p>If the password is forgotten or lost, it cannot be recovered.</p>
<p>{t('Settings.textPasswordWarning')}</p>
</Block>
</>
}
@ -81,7 +81,7 @@ const ProtectionDocumentView = props => {
}}></ListItem>
</List>
<Block>
<p>Allow only this type of editing in the document.</p>
<p>{t('Settings.textTypeEditingWarning')}</p>
</Block>
</Page>
)

View File

@ -69,7 +69,7 @@ const EncryptionView = inject("storeAppOptions")(observer(props => {
</ul>
</div>
<Block>
<p>If the password is forgotten or lost, it cannot be recovered.</p>
<p>{t('Settings.textPasswordWarning')}</p>
</Block>
</>
}