diff --git a/src/lib/components/MyProfile/SkillsForm.svelte b/src/lib/components/MyProfile/SkillsForm.svelte index 8bb40b1..ed4c651 100644 --- a/src/lib/components/MyProfile/SkillsForm.svelte +++ b/src/lib/components/MyProfile/SkillsForm.svelte @@ -88,7 +88,7 @@ {#if isLimitReached} -
You have reached the maximum limit of 15 links.
+You have reached the maximum limit of 15 skills.
{:else if $message}{$message}
{/if} \ No newline at end of file