Apply review feedback

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
viown
2025-06-11 01:09:55 +03:00
parent a097333fd7
commit 45a3cb4137
2 changed files with 4 additions and 4 deletions
@@ -23,9 +23,9 @@ const NewRepositoryForm = ({ open, onClose, onAdd }: IProps) => {
const data = Object.fromEntries(formData.entries());
const repository: RepositoryInfo = {
'Name': data.Name?.toString(),
'Url': data.Url?.toString(),
'Enabled': true
Name: data.Name?.toString(),
Url: data.Url?.toString(),
Enabled: true
};
onAdd(repository);
+1 -1
View File
@@ -213,7 +213,7 @@
"DeleteCustomImage": "Delete Custom Image",
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
"DeleteDevicesConfirmation": "Are you sure you wish to delete all devices? All other sessions will be logged out. Devices will reappear the next time a user signs in.",
"DeleteRepositoryConfirmation": "Are you sure you'd like to delete this repository?",
"DeleteRepositoryConfirmation": "Are you sure you want to delete this repository?",
"DeleteImage": "Delete Image",
"DeleteImageConfirmation": "Are you sure you wish to delete this image?",
"DeleteLyrics": "Delete lyrics",