Skip to content

Commit

Permalink
fix: translate footer text to German (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz authored May 20, 2022
1 parent e5d4714 commit 253d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ func (m model) View() string {
}
s += "Es ist " + italic.Render(uhr.PartOfDay(m.t)) + ".\n"

s += footer.Render("\npress 'q' to quit")
s += footer.Render("\ndrücke 'q' zum Beenden")
return s
}

0 comments on commit 253d7c2

Please sign in to comment.