Skip to content

Commit

Permalink
Merge branch 'main' into fix/update-sending-address-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmurtry authored Jan 3, 2025
2 parents 219d613 + 4a8db7a commit e5093ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/templates/views/templates/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ <h2 class="heading-medium">{{ heading }}</h2>
<a href="{{ url_for('.send_test', service_id=current_service.id, template_id=template.id) }}" class="button button-secondary">{{ _('No, send yourself this message') }}</a>
</div>
{% endif %}
{% elif current_user.platform_admin %}
<p class="hint">
{{ _("You cannot send messages from this service. Only team members can send messages.") }}
</p>
{% endif %}
{% endif %}
</div>
Expand Down
3 changes: 2 additions & 1 deletion app/translations/csv/fr.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2031,4 +2031,5 @@
"email messages","courriels"
"Sending paused until 7pm ET. You can schedule more messages to send later.","FR: Sending paused until 7pm ET. You can schedule more messages to send later."
"Sending paused until annual limit resets","FR: Sending paused until annual limit resets"
"These messages exceed the annual limit","FR: These messages exceed the annual limit"
"These messages exceed the annual limit","FR: These messages exceed the annual limit"
"You cannot send messages from this service. Only team members can send messages.","Vous ne pouvez pas envoyer de messages à partir de ce service. Seuls les membres de l’équipe peuvent envoyer des messages."

0 comments on commit e5093ee

Please sign in to comment.