Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
bee03387
Commit
bee03387
authored
Apr 06, 2024
by
Danny Liu
Browse files
captalize Initial for improved clarity
parent
8a7075c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/Settings/Account.svelte
src/lib/components/chat/Settings/Account.svelte
+1
-1
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/Account.svelte
View file @
bee03387
...
...
@@ -153,7 +153,7 @@
} else {
toast.info(
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access
i
nitial gravatar!'
'Fingerprint spoofing detected: default profile picture set. Disable to access
I
nitial gravatar!'
),
{
autoClose: 1000 * 10
...
...
src/routes/auth/+page.svelte
View file @
bee03387
...
...
@@ -46,7 +46,7 @@
if (!canvasPixelTest()) {
toast.info(
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access
i
nitial gravatar!'
'Fingerprint spoofing detected: default profile picture set. Disable to access
I
nitial gravatar!'
),
{
position: 'bottom-center',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment