Skip to content

Commit

Permalink
fix: delete translation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomlamb committed Aug 7, 2024
1 parent ffd2a25 commit d983b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const ContactContent = ({ queryUrl, onChange }) => {
className="annuaire-schedul"
role="button"
aria-expanded="false"
aria-label="Afficher l'Horaires complet"
aria-label="Afficher l'horaire complet"
>
<div className="annuaire-schedul-icon">
<svg
Expand Down
6 changes: 0 additions & 6 deletions src/imio/smartweb/core/webcomponents/src/utils/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,4 @@ export default {
de: "Route",
nl: "Route",
},
"Afficher l'Horaires complet": {
en: "Show full schedule",
fr: "Afficher l'Horaires complet",
de: "Vollständigen Zeitplan anzeigen",
nl: "Volledige planning weergeven",
},
}

0 comments on commit d983b9f

Please sign in to comment.