Write the name in lowercase where people see it
The brand is lowercase inbuxa. This changes the setup wizard's welcome and completion text, the logo's accessible name, the version line in the top bar, the document title, the legacy-protocols screens and banner, the protocol table's JMAP row, one help text, and the issuer new authenticator enrollments are labeled with. Keys are ids here, not English text, so nothing moved: each catalog value and its inline fallback changed together. This console ships English only, so there is no other catalog to follow. Comments, identifiers and env var names are untouched.
This commit is contained in:
@@ -20,7 +20,7 @@ export function DefaultLogo() {
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="165 35 616 130"
|
||||
aria-label={t('logo.inbuxaAlt', 'INBUXA')}
|
||||
aria-label={t('logo.inbuxaAlt', 'inbuxa')}
|
||||
className="h-7 w-auto max-w-[320px]"
|
||||
>
|
||||
<image x="165.85" y="35.00" width="109.39" height="130.00" href={inbuxaMark} />
|
||||
|
||||
Reference in New Issue
Block a user