Skip to content

Commit

Permalink
Fix incorrect AuthLayout example in i18n guide (#1192)
Browse files Browse the repository at this point in the history
This fixes a compilation error caused by an incorrect key encountered while following the internationalization guide.
  • Loading branch information
bobmanary committed May 24, 2023
1 parent eea1cd7 commit f30e170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/guides/frontend/internationalization.cr
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class Guides::Frontend::Internationalization < GuideAction
abstract class AuthLayout
# ...
def page_title
r(".page_name").t
r(".page_title").t
end
def render
Expand Down

0 comments on commit f30e170

Please sign in to comment.