mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Fix typos in DatabaseSettingsWidgetRemote
This commit is contained in:
parent
1ca607792d
commit
647272e9c5
2 changed files with 22 additions and 22 deletions
|
@ -181,7 +181,7 @@ get DatabaseOnRemote.kdbx {TEMP_DATABASE}
|
|||
exit
|
||||
---
|
||||
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
||||
The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
||||
The command has to exit. In case of `sftp` as last command `exit` has to be sent
|
||||
</string>
|
||||
</property>
|
||||
</widget>
|
||||
|
@ -231,7 +231,7 @@ put {TEMP_DATABASE} DatabaseOnRemote.kdbx
|
|||
exit
|
||||
---
|
||||
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
||||
The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
||||
The command has to exit. In case of `sftp` as last command `exit` has to be sent
|
||||
</string>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue