forked from open-webui/open-webui
captalize Initial for improved clarity
This commit is contained in:
parent
8a7075c3bf
commit
bee0338763
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue