Skip to content

Commit

Permalink
Merge pull request #3902 from alphagov/capitalize-sfo
Browse files Browse the repository at this point in the history
Capitalize sfo
  • Loading branch information
lauraghiorghisor-tw authored Dec 11, 2024
2 parents e6b3d90 + 2eb8c72 commit a252f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/organisations/document_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def document_type
document_type = I18n.t(document_translation, default: cleaned_document_type.titleize.gsub("_", " "))

# Handle document types with acronyms
document_acronyms = %w[Foi Dfid Aaib Cma Esi Hmrc Html Maib Raib Utaac Oim]
document_acronyms = %w[Foi Dfid Aaib Cma Esi Hmrc Html Maib Raib Utaac Oim Sfo]
document_acronyms.each do |acronym|
document_type.gsub!(acronym, acronym.upcase)
end
Expand Down

0 comments on commit a252f18

Please sign in to comment.