Skip to content

Commit

Permalink
Capitalize sfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraghiorghisor-tw committed Dec 10, 2024
1 parent 6e5a8d6 commit 2eb8c72
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 2eb8c72

Please sign in to comment.