Skip to content

Commit

Permalink
Fix i18n stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldiekmeier committed Aug 1, 2024
1 parent a3807b8 commit c3d201b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/sprints/_sprint.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

- if is_own
.feedback__form(data-feedback-target="form" style="background-color: yyellow;" class=(feedback.retro_completed? && "feedback__form--hidden"))
.feedback__form-heading Edit Feedback
.feedback__form-heading = t('.edit_feedback')
= render "sprint_feedbacks/edit_retro", feedback:
- if is_own && feedback.retro_completed?
button.button.button--small(data-action="feedback#toggle") Edit
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ en:
edit:
really_delete: Really delete
edit_retro:
please_rate: Select a number
prompt: "What went well? What could be improved?"
prompt: What went well? What could be improved?
submits_with: Saving …
sprints:
index:
Expand All @@ -91,6 +90,7 @@ en:
sprint:
billable: Billable
daily_nerd: Daily nerd
edit_feedback: Edit Feedback
feedback: Feedback
finished_storypoints: Finished storypoints
please_write_feedback: Please write your feedback!
Expand Down

0 comments on commit c3d201b

Please sign in to comment.