diff --git a/app/views/application/_footer.html.erb b/app/views/application/_footer.html.erb index 9f3e2072..a3b00640 100644 --- a/app/views/application/_footer.html.erb +++ b/app/views/application/_footer.html.erb @@ -26,8 +26,7 @@ © <%= Date.today.year %> Minesweeper Alliance - Made with <%= Icon.heart %>, - on Earth, - by the <%= t("footer.maker").sample %> + Made with <%= Icon.heart %> + by the <%= t("footer.maker_html").sample %> diff --git a/config/locales/en.yml b/config/locales/en.yml index d626faf3..f45f2455 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -106,6 +106,6 @@ en: chords: Chords are groups of cells that are automatically revealed by clicking on a previously revealed cell (number) for which the corresponding number of surrounding cells have been flagged. footer: - maker: + maker_html: - alliance. - - mines! + - alliance mines! diff --git a/config/tailwind.config.js b/config/tailwind.config.js index 7678d979..bd9aa388 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -7,6 +7,7 @@ module.exports = { "./app/helpers/**/*.rb", "./app/javascript/**/*.js", "./app/views/**/*.{erb,html,rb}", + "./config/locales/*.yml", ], theme: { extend: {