Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC-45 : help center url changed #561

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/de/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "PDF herunterladen",
"couldntFindAnyAnswer": "Konnten Sie keine Antwort auf Ihre Frage finden?",
"contactUs": "Kontaktieren Sie uns"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/en/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Download PDF",
"couldntFindAnyAnswer": "Couldn't find any answer to your question?",
"contactUs": "Contact us"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/es/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Descargar PDF",
"couldntFindAnyAnswer": "¿No has encontrado ninguna respuesta a tu pregunta?",
"contactUs": "Contacto"
}
},
"helpCenterUrl": "https://prestashop-academy.com/es/contactenos"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/fr/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Télécharger le PDF",
"couldntFindAnyAnswer": "Vous n'avez pas trouvé de réponse à votre question ?",
"contactUs": "Nous contacter"
}
},
"helpCenterUrl": "https://prestashop-academy.com/fr/nous-contacter"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/it/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Scarica PDF",
"couldntFindAnyAnswer": "Non hai ancora trovato le risposte che cercavi?",
"contactUs": "Contattaci"
}
},
"helpCenterUrl": "https://prestashop-academy.com/it/contattaci"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/nl/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Download de PDF",
"couldntFindAnyAnswer": "Kon u geen antwoord vinden op uw vraag?",
"contactUs": "Neem contact met ons op"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/pl/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Pobierz plik PDF",
"couldntFindAnyAnswer": "Nie znalazłeś/aś odpowiedzi na swoje pytanie?",
"contactUs": "Skontaktuj się z nami"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "FAQ",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/pt/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Descarregar PDF",
"couldntFindAnyAnswer": "Não encontrou resposta para a sua pergunta?",
"contactUs": "Contacte-nos"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "Perguntas frequentes",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/ro/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Descarcă PDF",
"couldntFindAnyAnswer": "Nu ai găsit niciun răspuns la întrebarea ta?",
"contactUs": "Contactează-ne"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "ÎNTREBĂRI FRECVENTE",
Expand Down
3 changes: 2 additions & 1 deletion _dev/src/assets/json/translations/ru/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"downloadPdf": "Скачать PDF",
"couldntFindAnyAnswer": "Не смогли найти ответ на свой вопрос?",
"contactUs": "Свяжитесь с нами"
}
},
"helpCenterUrl": "https://prestashop-academy.com/gb/contact-us"
},
"faq": {
"title": "ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ",
Expand Down
1 change: 0 additions & 1 deletion _dev/src/components/help/card-faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<template #header>
<i class="material-icons material-icons-round">help</i>{{ $t("help.title") }}
</template>

<b-card-body
class="p-3"
>
Expand Down
2 changes: 1 addition & 1 deletion _dev/src/views/help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default defineComponent({
return {
faq: {},
docLink: '',
contactUsLink: 'https://help-center.prestashop.com/contact',
contactUsLink: this.$i18n.t('help.helpCenterUrl'),
loading: true,
};
},
Expand Down
Loading