mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-01-30 22:37:25 +03:00
fix: update success message for GitHub data import to direct users to the Repositories page
This commit is contained in:
@@ -91,7 +91,7 @@ export function ConfigTabs() {
|
|||||||
);
|
);
|
||||||
result.success
|
result.success
|
||||||
? toast.success(
|
? toast.success(
|
||||||
'GitHub data imported successfully! Head to the Dashboard to start mirroring repositories.',
|
'GitHub data imported successfully! Head to the Repositories page to start mirroring.',
|
||||||
)
|
)
|
||||||
: toast.error(
|
: toast.error(
|
||||||
`Failed to import GitHub data: ${
|
`Failed to import GitHub data: ${
|
||||||
|
|||||||
Reference in New Issue
Block a user