mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-16 20:42:21 +01:00
Fixed typo (#1612)
The image is not repeated any may not fill the entire space (recommended) => The image is not repeated and may not fill the entire space (recommended)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"label": "Background image attachment",
|
||||
"options": {
|
||||
"repeat": "Repeat - The image is repeated as much as needed to cover the whole background image painting area.",
|
||||
"no-repeat": "No repeat - The image is not repeated any may not fill the entire space (recommended)",
|
||||
"no-repeat": "No repeat - The image is not repeated and may not fill the entire space (recommended)",
|
||||
"repeat-x": "Repeat X - Same as 'Repeat' but only on horizontal axis.",
|
||||
"repeat-y": "Repeat Y - Same as 'Repeat' but only on vertical axis."
|
||||
}
|
||||
@@ -47,4 +47,4 @@
|
||||
"placeholder": "Custom CSS will be applied last",
|
||||
"applying": "Applying CSS..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user