diff --git a/src/app/browser/window/tab/item/identity/gemini.rs b/src/app/browser/window/tab/item/identity/gemini.rs index f4494344..18bb716a 100644 --- a/src/app/browser/window/tab/item/identity/gemini.rs +++ b/src/app/browser/window/tab/item/identity/gemini.rs @@ -68,7 +68,7 @@ impl Gemini { Value::ProfileIdentityGeminiId(identity.id), &certificate.subject_name().unwrap().replace("CN=", ""), // trim prefix &format!( - "{} - {} | auth: {}", + "{} - {} | scope: {}", // certificate validity time certificate .not_valid_before()