Skip to content

Commit

Permalink
Adding MutableLines.update() and fixing popups
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Aug 25, 2021
1 parent a5c87c7 commit 55442a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/commander/Conversations.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ boolean deleteConfirmation(File[] files)

String ftpAddress()
{
return Popups.simple(luwrain, strings.ftpConnectPopupName(), strings.ftpConnectPopupText(), "ftp:https://");
return Popups.text(luwrain, strings.ftpConnectPopupName(), strings.ftpConnectPopupText(), "ftp:https://");
}

/*
Expand Down

0 comments on commit 55442a7

Please sign in to comment.