From 7a3baa25747ee152ec26786ffe9f80b45dd8327b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Sun, 15 Jan 2017 09:35:11 +0100 Subject: [PATCH] Fix typo (#623) - modues -> modules. --- app/controllers/first_steps_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/first_steps_controller.rb b/app/controllers/first_steps_controller.rb index d86bd8527..acea99f72 100644 --- a/app/controllers/first_steps_controller.rb +++ b/app/controllers/first_steps_controller.rb @@ -89,7 +89,7 @@ class FirstStepsController < ApplicationController class: 'js-testTicket', }, { - name: 'Create Text Modues', + name: 'Create Text Modules', checked: text_module_active, location: '#manage/text_modules', },