Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Oct 7, 2024
1 parent b2e270e commit c2cbf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/metais/projects_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def origin_type_logo(origin_type)
when 3
['icons/sd_logo.png', 'Ručne vyplnený údaj od Slovensko.Digital']
when 2
['icons/ai_logo.png', 'Údaj spracovaný našim AI extraktorom']
['icons/ai_logo.png', 'Údaj spracovaný naším AI extraktorom']
else
['icons/metais_logo.png', 'Údaj pochádzajúci z MetaIS portálu']
end
Expand All @@ -14,7 +14,7 @@ def origin_type_logo(origin_type)
when 'Human'
['icons/sd_logo.png', 'Ručne vyplnený údaj od Slovensko.Digital']
when 'AI'
['icons/ai_logo.png', 'Údaj spracovaný našim AI extraktorom']
['icons/ai_logo.png', 'Údaj spracovaný naším AI extraktorom']
else
['icons/metais_logo.png', 'Údaj pochádzajúci z MetaIS portálu']
end
Expand Down

0 comments on commit c2cbf41

Please sign in to comment.