From dbd446f197be1f3ccb8b1d0f8a584bf0a6d802d9 Mon Sep 17 00:00:00 2001
From: EryneKL <97091460+EryneKL@users.noreply.github.com>
Date: Fri, 4 Oct 2024 12:01:20 +0200
Subject: [PATCH 1/5] =?UTF-8?q?FEAT=20ITEM-248-ecran-de-simulation-penser-?=
=?UTF-8?q?a-renommer-notice-suivante-en-ligne-suivante-dans-lecran-de-sim?=
=?UTF-8?q?ulation=20:=20=20=20=20=20=20-=20modification=20du=20label=20de?=
=?UTF-8?q?=20quatre=20boutons=20dans=20l'=C3=A9cran=20de=20simulation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/NavigateNotice.vue | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/NavigateNotice.vue b/src/components/NavigateNotice.vue
index b4498cc..10c74b0 100644
--- a/src/components/NavigateNotice.vue
+++ b/src/components/NavigateNotice.vue
@@ -8,12 +8,12 @@
large
dark
@click="first"
- aria-label="Première notice">
+ aria-label="Première ligne">
mdi-page-first
- Première notice
+ Première ligne
@@ -23,12 +23,12 @@
large
dark
@click="prev"
- aria-label="Notice précédente">
+ aria-label="ligne précédente">
mdi-chevron-left
- Notice précédente
+ ligne précédente
@@ -38,12 +38,12 @@
large
dark
@click="next"
- aria-label="Notice suivante">
+ aria-label="ligne suivante">
mdi-chevron-right
- Notice suivante
+ ligne suivante
@@ -53,12 +53,12 @@
large
dark
@click="last"
- aria-label="Dernière notice">
+ aria-label="Dernière ligne">
mdi-page-last
- Dernière notice
+ Dernière ligne