Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
82f2578e
Commit
82f2578e
authored
Jun 17, 2020
by
Fabrice Gangler
🎨
Committed by
Matthieu FAURE
Jun 18, 2020
Browse files
FIX(mapping): rename submit button of form
Refs:
#924
parent
9aea81d5
Pipeline
#10104
passed with stage
in 3 minutes and 51 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/Locale/Taxonomy.pot
View file @
82f2578e
...
...
@@ -95,6 +95,10 @@ msgstr ""
msgid "TaxonomySoftware.Form.Add.Help"
msgstr ""
#: Template/Api/V1/TaxonomysSoftwares/mapping_form.ctp:77
msgid "TaxonomySoftware.Form.Submit"
msgstr ""
#: Template/Api/V1/TaxonomysSoftwares/mapping_taxon_users_of.ctp:10
msgid "TaxonomySoftware.UserOf.Software_forOneTaxon.Title"
msgstr ""
...
...
src/Locale/en/Taxonomy.po
View file @
82f2578e
...
...
@@ -99,6 +99,10 @@ msgid "TaxonomySoftware.Form.Add.Help"
msgstr "Can you tell us what areas where the <strong>{0}</strong> "
"<br> software is used by your organization? "
#: Template/Api/V1/TaxonomysSoftwares/mapping_form.ctp:77
msgid "TaxonomySoftware.Form.Submit"
msgstr "Submit your statement"
#: Template/Api/V1/TaxonomysSoftwares/mapping_taxon_users_of.ctp:10
msgid "TaxonomySoftware.UserOf.Software_forOneTaxon.Title"
msgstr "Users of {0} software - {1}"
...
...
src/Locale/fr/Taxonomy.po
View file @
82f2578e
...
...
@@ -99,6 +99,10 @@ msgid "TaxonomySoftware.Form.Add.Help"
msgstr "Pouvez-vous nous préciser quels sont les domaines "
"<br> où le logiciel <strong>{0}</strong> est utilisé par votre organisation ?"
#: Template/Api/V1/TaxonomysSoftwares/mapping_form.ctp:77
msgid "TaxonomySoftware.Form.Submit"
msgstr "Soumettre votre déclaration"
#: Template/Api/V1/TaxonomysSoftwares/mapping_taxon_users_of.ctp:10
msgid "TaxonomySoftware.UserOf.Software_forOneTaxon.Title"
msgstr "Logiciel {0}, cas d'usages {1}"
...
...
src/Template/Api/V1/TaxonomysSoftwares/mapping_form.ctp
View file @
82f2578e
...
...
@@ -74,7 +74,7 @@
?>
<?=
$this
->
Form
->
hidden
(
'id'
)
?>
<?=
$this
->
Form
->
button
(
__d
(
"
Forms"
,
'
Submit'
),
__d
(
"
Taxonomy"
,
'TaxonomySoftware.Form.
Submit'
),
[
"class"
=>
"btn btn-default btn-mapping"
,
"id"
=>
"taxonomyFormButton"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment