Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 7c0d0b93 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

fix trad Jouer

parent 27e9299d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class GameArticle {
this.render_play_button = {
tag: "button",
class: "play-button",
contents: "Jouer",
contents: t("Jouer"),
onclick: this.handle_click_play.bind(this, button_data.filename, button_data.engine)
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment