Skip to content
Snippets Groups Projects
Verified Commit b0c9c7d7 authored by aguestuser's avatar aguestuser
Browse files

[221] fixup MR !201

* there was a small typo (omitted comma) in the FR string for the VOUCHING_ON
  command. this fixes it!
parent d2769d6f
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ module.exports = {
SET_LANGUAGE: ['FRENCH', 'FRANÇAIS', 'FRANCAIS', 'FRANCESA', 'FRANZÖSISCH', 'FRANZOESISCH'],
SET_DESCRIPTION: ['DESCRIPTION'],
VOUCH_LEVEL: ['NIVEAU DE PORTER GARANT'],
VOUCHING_ON: ['SE PORTER GARANT ON' 'SE PORTER GARANT ACTIVÉE', 'SE PORTER GARANT ACTIVEE'],
VOUCHING_ON: ['SE PORTER GARANT ON', 'SE PORTER GARANT ACTIVÉE', 'SE PORTER GARANT ACTIVEE'],
VOUCHING_OFF: ['SE PORTER GARANT OFF', 'SE PORTER GARANT DÉSACTIVÉE', 'SE PORTER GARANT DESACTIVEE'],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment