mirror of https://github.com/stashapp/stash.git
Refactor setup wizard to fix text input (#5459)
This commit is contained in:
parent
527c282b92
commit
a100f8ffc8
File diff suppressed because it is too large
Load Diff
|
@ -24,3 +24,10 @@
|
|||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.setup-wizard {
|
||||
#blobs > div {
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1298,7 +1298,9 @@
|
|||
"errors": {
|
||||
"something_went_wrong": "Oh no! Something went wrong!",
|
||||
"something_went_wrong_description": "If this looks like a problem with your inputs, go ahead and click back to fix them up. Otherwise, raise a bug on the {githubLink} or seek help in the {discordLink}.",
|
||||
"something_went_wrong_while_setting_up_your_system": "Something went wrong while setting up your system. Here is the error we received: {error}"
|
||||
"something_went_wrong_while_setting_up_your_system": "Something went wrong while setting up your system. Here is the error we received: {error}",
|
||||
"unable_to_retrieve_system_status": "Unable to retrieve system status: {error}",
|
||||
"unexpected_error": "An unexpected error occurred: {error}"
|
||||
},
|
||||
"folder": {
|
||||
"file_path": "File path",
|
||||
|
|
Loading…
Reference in New Issue