fix(trad): Remove useless entries

This commit is contained in:
Corinne Durrmeyer 2024-10-29 12:36:21 +01:00
parent 6230346472
commit 340595cc86
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 0 additions and 3 deletions

View file

@ -3,5 +3,4 @@ en:
changes_to_save: "modifications to submit"
modified_at: "modified on %{datetime}"
check_content_rebased: "Information: field updated by administration. Check its content."
optional_champ: (optional)
recommended_size: The recommended maximum size is %{size} characters.

View file

@ -3,5 +3,4 @@ fr:
changes_to_save: "modification à déposer"
modified_at: "modifié le %{datetime}"
check_content_rebased: "Information : champ actualisé par l'administration. Vérifier son contenu."
optional_champ: (facultatif)
recommended_size: La taille maximale conseillée est de %{size} caractères.

View file

@ -10,7 +10,6 @@
%span.updated-at{ class: highlight_if_unseen_class }
= t('.modified_at', datetime: try_format_datetime(@champ.updated_at))
- if @champ.rebased_at.present? && @champ.rebased_at > (@seen_at || @champ.updated_at) && current_user.owns_or_invite?(@champ.dossier)
%span.updated-at.highlighted
= t('.check_content_rebased')