Skip to content

Commit

Permalink
Merge pull request #221 from LibreSign/fix/wcag-button-title
Browse files Browse the repository at this point in the history
fix: wcag button title
  • Loading branch information
vitormattos authored Aug 3, 2024
2 parents c3ac3e5 + 9b24124 commit 1f9d48b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"Thank you!": "Thank you!",
"The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign": "The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign",
"The perfect tool to manage the signature flow of your documents": "The perfect tool to manage the signature flow of your documents",
"Toggle navigation menu": "Toggle navigation menu",
"Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.": "Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.",
"Transform your processes with more security and efficiency": "Transform your processes with more security and efficiency",
"Type the code below": "Type the code below",
Expand Down
1 change: 1 addition & 0 deletions lang/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"Thank you!": "Merci !",
"The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign": "The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign",
"The perfect tool to manage the signature flow of your documents": "L'outil parfait pour gérer le flux de signatures de vos documents",
"Toggle navigation menu": "Toggle navigation menu",
"Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.": "Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.",
"Transform your processes with more security and efficiency": "Transform your processes with more security and efficiency",
"Type the code below": "Veuillez saisir le code ci-dessous",
Expand Down
1 change: 1 addition & 0 deletions lang/nb-NO/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"Thank you!": "Takk!",
"The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign": "The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign",
"The perfect tool to manage the signature flow of your documents": "Perfekt verktøy til håndtering av signaturrunden av dine dokumenter",
"Toggle navigation menu": "Toggle navigation menu",
"Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.": "Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.",
"Transform your processes with more security and efficiency": "Transformer prosessene dine med mer sikkerhet og effektivitet",
"Type the code below": "Skriv inn koden nedenfor",
Expand Down
1 change: 1 addition & 0 deletions lang/pt-BR/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"Thank you!": "Obrigado!",
"The Digital Revolution in Public Administration - Integrating e-Cidade with LibreSign": "A revolução digital na gestão pública - Integração do e-Cidade com o LibreSign",
"The perfect tool to manage the signature flow of your documents": "A ferramenta perfeita para gerenciar o fluxo de assinaturas de seus documentos",
"Toggle navigation menu": "Toggle navigation menu",
"Transform document management in public organizations with LibreSign, monitoring signatures in real time, sending automatic reminders and optimizing your team's efficiency. Try our solution for transparent and productive administration.": "Transforme a gestão documental em organizações públicas com o LibreSign, monitorando assinaturas em tempo real, enviando lembretes automáticos e otimizando a eficiência da sua equipe. Experimente nossa solução para uma administração transparente e produtiva.",
"Transform your processes with more security and efficiency": "Transforme seus processos com mais segurança e eficiência",
"Type the code below": "Digite o código abaixo",
Expand Down
2 changes: 1 addition & 1 deletion source/_layouts/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a class="navbar-brand" href="{{ locale_path($page, $page->baseUrl) }}">
<img src="{{ $page->baseUrl }}assets/images/logo/logo.svg" alt="Logo" />
</a>
<button class="navbar-toggler">
<button class="navbar-toggler" title="{{$page->t("Toggle navigation menu")}}">
<span class="toggler-icon"> </span>
<span class="toggler-icon"> </span>
<span class="toggler-icon"> </span>
Expand Down

0 comments on commit 1f9d48b

Please sign in to comment.