changed 'AWS S3' to 'S3' in forms

This commit is contained in:
veeso
2022-02-05 10:47:59 +01:00
committed by Christian Visintin
parent 0b70819781
commit c5eba4b56a
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ impl ProtocolRadio {
.color(color)
.modifiers(BorderType::Rounded),
)
.choices(&["SFTP", "SCP", "FTP", "FTPS", "AWS S3"])
.choices(&["SFTP", "SCP", "FTP", "FTPS", "S3"])
.foreground(color)
.rewind(true)
.title("Protocol", Alignment::Left)

View File

@@ -86,7 +86,7 @@ impl DefaultProtocol {
.color(Color::Cyan)
.modifiers(BorderType::Rounded),
)
.choices(&["SFTP", "SCP", "FTP", "FTPS", "AWS S3"])
.choices(&["SFTP", "SCP", "FTP", "FTPS", "S3"])
.foreground(Color::Cyan)
.rewind(true)
.title("Default protocol", Alignment::Left)