Skip to content

Commit 76fb574

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7b277f4 + d58f6f9 commit 76fb574

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

public/main/search/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
);
562562

563563
$jqueryExtra .= $extra['jquery_ready_content'];
564-
$userForm->addHtml('<p class="text-info">'.get_lang('You will find in the <a style="color:blue" href=\"/faq">FAQ</a> the recommended environment to work on the platform.').'</p>');
564+
$userForm->addHtml('<p class="text-info">'.get_lang('You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform.').'</p>');
565565
$userForm->addButtonSave(get_lang('Save'), 'submit_partial[environnement]');
566566
$userForm->addEndPanel();
567567

translations/messages.en.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30509,8 +30509,8 @@ msgstr "My work environment"
3050930509
msgid "To work on the platform, I use:"
3051030510
msgstr "To work on the platform, I use:"
3051130511

30512-
msgid "You will find in the <a style=\"color:blue\" href=\"/faq">FAQ</a> the recommended environment to work on the platform."
30513-
msgstr "You will find in the <a style=\"color:blue\" href=\"/faq">FAQ</a> the recommended environment to work on the platform."
30512+
msgid "You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform."
30513+
msgstr "You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform."
3051430514

3051530515
msgid "Validate learning trail"
3051630516
msgstr "Validate learning trail"

translations/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30474,7 +30474,7 @@ msgstr ""
3047430474
msgid "To work on the platform, I use:"
3047530475
msgstr ""
3047630476

30477-
msgid "You will find in the <a style=\"color:blue\" href=\"/faq">FAQ</a> the recommended environment to work on the platform."
30477+
msgid "You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform."
3047830478
msgstr ""
3047930479

3048030480
msgid "Validate learning trail"

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)