Makes it consistent with the *[other] case, now with 1 instead of one which was out-of-place.
*[other]
1
one
EFVTSBSVAQP6KDKE2UW5TVNLIJYO5N7QYJ7WVE4XLVBVTNYCKA5AC
XEEXWJLGVIPIGURSDU4ETZMGAIFTFDPECM4QWFOSRHU7GMGVOUVQC
String::from("You have one unread email.")
String::from("You have 1 unread email.")
[one] You have one unread email.
[one] You have 1 unread email.