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

fix: 🐛 add text to typologies files #489

Merged
merged 1 commit into from
Jun 5, 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
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const epaule_a_levier_sous_garde = {
options_text: 'En manipulant l’arme avec précaution dans une <span class="font-bold">direction sans risque</span>, inspectez l’<span class="font-bold">extrémité du tube sous le canon</span>. Sélectionnez ce que vous voyez :',
securingSteps: [
{
text: 'Observez l\'embout du magasin et sélectionnez ce que vous voyez :',
options: [
{
label: 'Embout rugueux',
Expand All @@ -39,7 +40,7 @@ export const epaule_a_levier_sous_garde = {
'<span class="font-bold" style="color:red">Veiller à ne pas appuyer sur la queue de détente pendant cette manipulation !</span> <br> Relever et abaisser le levier de sous garde tout en extrayant les munitions tant qu’il y a toujours des munitions présentes dans le tube magasin.',
'Contrôler visuellement que la chambre est vide.',
],
timeVideo: '35 sec',
timeVideo: '40 sec',
img: levierSousGardePasMagasinImg,
video: levierSousGardePasMagasinVideo,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const epaule_a_un_coup_par_canon = {
options_text: 'Sélectionnez ce que vous voyez sur la <span class="font-bold">zone centrale de l’arme</span>',
securingSteps: [
{
text: 'Observez la position de la clé et sélectionnez ce que vous voyez :',
options: [
{
label: 'Clé supérieure',
Expand All @@ -43,7 +44,7 @@ export const epaule_a_un_coup_par_canon = {
'<span class="font-bold">Retirer les munitions</span> éventuelles',
'Contrôler visuellement les chambres',
],
timeVideo: '30 sec',
timeVideo: '40 sec',
img: epauleAUnCoupParCanonCleLechaufeuxImg,
video: epauleAUnCoupParCanonCleLefaucheuxVideo,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const pistolet_semi_auto_moderne = {
textOptions: '',
securingSteps: [
{
text: 'Observez la position du bouton de déverrouillage du chargeur et sélectionnez ce que vous voyez :',
options: [
{
label: 'Bouton à côté du pontet',
Expand Down
Loading