fix: change word verification to identification
This commit is contained in:
@@ -116,10 +116,10 @@ impl<'a> EditProfileView<'a> {
|
||||
ui.colored_label(
|
||||
ui.visuals().noninteractive().fg_stroke.color,
|
||||
RichText::new(if use_domain {
|
||||
format!("\"{}\" will be used for verification", suffix)
|
||||
format!("\"{}\" will be used for identification", suffix)
|
||||
} else {
|
||||
format!(
|
||||
"\"{}\" at \"{}\" will be used for verification",
|
||||
"\"{}\" at \"{}\" will be used for identification",
|
||||
prefix, suffix
|
||||
)
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user