diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 522e9fdd5..278db7e59 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -2291,16 +2291,6 @@ removed from the database.
Download input field
-
- e.g.:
-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
-
-
- Upload
@@ -2317,16 +2307,6 @@ The command has to exit. In case of `sftp` as last commend `exit` has to be sent
Upload input field
-
- e.g.:
-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
-
-
- Name cannot be empty.
@@ -2359,6 +2339,26 @@ The command has to exit. In case of `sftp` as last commend `exit` has to be sent
You have unsaved changes. Do you want to save them?
+
+ e.g.:
+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 command `exit` has to be sent
+
+
+
+
+ e.g.:
+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 command `exit` has to be sent
+
+
+ DatabaseTabWidget
diff --git a/src/gui/remote/DatabaseSettingsWidgetRemote.ui b/src/gui/remote/DatabaseSettingsWidgetRemote.ui
index 85fc9e2ea..a5e7126ea 100644
--- a/src/gui/remote/DatabaseSettingsWidgetRemote.ui
+++ b/src/gui/remote/DatabaseSettingsWidgetRemote.ui
@@ -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
@@ -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