Skip to content

Commit 8f3b0db

Browse files
committed
Display: #fix link to sign up from inscription.php to registration.php
1 parent 3c20c73 commit 8f3b0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/vue_templates/components/layout/SidebarNotLoggedIn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const menuItems = computed(() => {
5858
if (allowRegistration.value) {
5959
items.splice(2, 0, {
6060
label: t("Registration"),
61-
url: "/main/auth/inscription.php",
61+
url: "/main/auth/registration.php",
6262
})
6363
}
6464

0 commit comments

Comments
 (0)