mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Small fixes
This commit is contained in:
@@ -74,7 +74,7 @@ export const MainNavbar: React.FC = () => {
|
||||
Stash
|
||||
</Button>
|
||||
<Button className="minimal brand-icon d-inline d-sm-none">
|
||||
<img src="http://192.168.1.65:9999/favicon.ico" alt="" />
|
||||
<img src="favicon.ico" alt="" />
|
||||
</Button>
|
||||
</Link>
|
||||
</Navbar.Brand>
|
||||
|
||||
@@ -68,7 +68,7 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
>
|
||||
<option value="en-US">English (United States)</option>
|
||||
<option value="en-GB">English (United Kingdom)</option>
|
||||
<option value="de-DE">German</option>
|
||||
<option value="de-DE">Deutsch</option>
|
||||
</Form.Control>
|
||||
</Form.Group>
|
||||
<Form.Group>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"studios": "Studios",
|
||||
"galleries": "Galerien",
|
||||
"performers": "Künstler",
|
||||
"markers": "Marken",
|
||||
"stats": {
|
||||
"notes": "Anmerkungen",
|
||||
"warning": "Dies ist noch eine frühe Version, einige Dinge sind noch in Arbeit."
|
||||
|
||||
Reference in New Issue
Block a user