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
|
Stash
|
||||||
</Button>
|
</Button>
|
||||||
<Button className="minimal brand-icon d-inline d-sm-none">
|
<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>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</Navbar.Brand>
|
</Navbar.Brand>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ export const SettingsInterfacePanel: React.FC = () => {
|
|||||||
>
|
>
|
||||||
<option value="en-US">English (United States)</option>
|
<option value="en-US">English (United States)</option>
|
||||||
<option value="en-GB">English (United Kingdom)</option>
|
<option value="en-GB">English (United Kingdom)</option>
|
||||||
<option value="de-DE">German</option>
|
<option value="de-DE">Deutsch</option>
|
||||||
</Form.Control>
|
</Form.Control>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
<Form.Group>
|
<Form.Group>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"galleries": "Galerien",
|
"galleries": "Galerien",
|
||||||
"performers": "Künstler",
|
"performers": "Künstler",
|
||||||
|
"markers": "Marken",
|
||||||
"stats": {
|
"stats": {
|
||||||
"notes": "Anmerkungen",
|
"notes": "Anmerkungen",
|
||||||
"warning": "Dies ist noch eine frühe Version, einige Dinge sind noch in Arbeit."
|
"warning": "Dies ist noch eine frühe Version, einige Dinge sind noch in Arbeit."
|
||||||
|
|||||||
Reference in New Issue
Block a user