mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-15 15:12:35 +02:00
minor changes to verbiage and id value
This commit is contained in:
parent
b5420a40ab
commit
53660a163c
2 changed files with 3 additions and 4 deletions
|
@ -75,7 +75,7 @@ export async function transferResource(
|
|||
return next(
|
||||
createHttpError(
|
||||
HttpCode.BAD_REQUEST,
|
||||
`Resource is already assigned to site with ID ${siteId}`
|
||||
`Resource is already assigned to this site`
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
@ -396,7 +396,7 @@ export default function GeneralForm() {
|
|||
(site) => (
|
||||
<CommandItem
|
||||
value={
|
||||
site.name
|
||||
`${site.name}:${site.siteId}`
|
||||
}
|
||||
key={
|
||||
site.siteId
|
||||
|
@ -431,8 +431,7 @@ export default function GeneralForm() {
|
|||
</PopoverContent>
|
||||
</Popover>
|
||||
<FormDescription>
|
||||
Select the site you want to
|
||||
transfer this resource to
|
||||
Select the new site to transfer this resource to.
|
||||
</FormDescription>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue