mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Replaced '...' with '…' in texts
This commit is contained in:
@@ -640,7 +640,7 @@ impl AuthActivity {
|
||||
Box::new(Input::new(
|
||||
InputPropsBuilder::default()
|
||||
.with_foreground(save_color)
|
||||
.with_label(String::from("Save bookmark as..."))
|
||||
.with_label(String::from("Save bookmark as…"))
|
||||
.with_borders(
|
||||
Borders::TOP | Borders::RIGHT | Borders::LEFT,
|
||||
BorderType::Rounded,
|
||||
|
||||
Reference in New Issue
Block a user