Skip to content

Commit

Permalink
Merge pull request #229 from solver-it-sro/GO-395/update_submitted_dr…
Browse files Browse the repository at this point in the history
…afts_wording

GO-395 Update submitted message draft wording
  • Loading branch information
luciajanikova authored Dec 5, 2023
2 parents 17b6ebe + 5bc151c commit 97c2852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/message_draft_body_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<% if @message.being_submitted? %>
<p class="flex-grow-0 flex-shrink-0 text-sm text-left text-purple-600">Správa sa odosiela</p>
<% elsif @message.submitted? %>
<p class="flex-grow-0 flex-shrink-0 text-sm text-left text-purple-600">Správa je odoslaná</p>
<p class="flex-grow-0 flex-shrink-0 text-sm text-left text-purple-600">Správa bola odoslaná</p>
<% end %>
</div>
<% end %>
Expand Down

0 comments on commit 97c2852

Please sign in to comment.