Skip to content

Commit

Permalink
Edit org_types_tooltip format for translation.io
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Feb 1, 2024
1 parent ba149a0 commit 0e6fb7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/orgs/_profile_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
shared_links_tooltip = _('Links will be displayed next to your organisation\'s logo')
org_config_info_tooltip = _('This information can only be changed by a system administrator. Contact the Help Desk if you have questions or to request changes.')
org_types_tooltip = _(
'This information can only be changed by a system administrator. Contact %{support_email} if you have questions or to request changes.' % { support_email: Rails.configuration.x.organisation.email}
)
'This information can only be changed by a system administrator. Contact %{support_email} if you have questions or to request changes.') % { support_email: Rails.configuration.x.organisation.email}
%>
<%= form_for(org, url: url, html: { multipart: true, method: method,
Expand Down

0 comments on commit 0e6fb7c

Please sign in to comment.