Apply review feedback
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user