captalize Initial for improved clarity

This commit is contained in:
Danny Liu 2024-04-06 02:23:32 -07:00
parent 8a7075c3bf
commit bee0338763
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@
} else {
toast.info(
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
'Fingerprint spoofing detected: default profile picture set. Disable to access Initial gravatar!'
),
{
autoClose: 1000 * 10

View file

@ -46,7 +46,7 @@
if (!canvasPixelTest()) {
toast.info(
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
'Fingerprint spoofing detected: default profile picture set. Disable to access Initial gravatar!'
),
{
position: 'bottom-center',