Skip to content

Commit

Permalink
Alias: Do not translate placeholder email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Jun 23, 2024
1 parent d0dae55 commit 4e59b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialogs/AliasDialog/Alias.vala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class Mail.Alias : Gtk.ListBoxRow {
margin_start = 12,
margin_end = 12,
text = address,
placeholder_text = _("Email@example.com")
placeholder_text = "email@example.com"
};
address_entry.bind_property ("text", this, "address", BIDIRECTIONAL);

Expand Down

0 comments on commit 4e59b0f

Please sign in to comment.