Skip to content

Commit

Permalink
imp: Change the traduction of "Contract" as "Ongoing contract".
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel ASSANI authored and marien-probesys committed Feb 1, 2024
1 parent 8cf832e commit 77ab61f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion templates/tickets/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
<div class="row row--center row--always flow">
<span class="row__item--extend">
{{ icon('contract') }}
<strong>{{ 'tickets.contract' | trans }}</strong>
<strong>{{ 'tickets.contracts.ongoing' | trans }}</strong>
</span>

{% if is_granted('orga:update:tickets:contracts', organization) %}
Expand Down
1 change: 0 additions & 1 deletion translations/messages+intl-icu.en_GB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ settings.index.title: Settings
tickets.actors: Actors
tickets.actors.edit.title: 'Edit the actors'
tickets.assignee: Assignee
tickets.contract: Contract
tickets.contracts.edit.bill_not_charged_time_spent: 'Bill on this contract any unbilled time spent'
tickets.contracts.edit.title: 'Edit the contract'
tickets.contracts.none: 'No contract'
Expand Down
1 change: 0 additions & 1 deletion translations/messages+intl-icu.fr_FR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ settings.index.title: Gestion
tickets.actors: Acteurs
tickets.actors.edit.title: 'Modifier les acteurs'
tickets.assignee: 'Attribué à'
tickets.contract: Contrat
tickets.contracts.edit.bill_not_charged_time_spent: 'Facturer sur ce contrat les temps passés non facturés'
tickets.contracts.edit.title: 'Modifier le contrat'
tickets.contracts.none: 'Aucun contrat'
Expand Down

0 comments on commit 77ab61f

Please sign in to comment.