Skip to content

Commit

Permalink
Remove obsolete string concatenation in headline
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth authored and Dome-GER committed Jul 1, 2024
1 parent 9df9502 commit 4498260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tasks/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
.col-md-12.pb-2.border-bottom
.std-heading
i.fa-regular.fa-file-lines
=< + t('.new_task')
=< t('.new_task')
= render 'form'

0 comments on commit 4498260

Please sign in to comment.