From 8fecf94a286e42adcaf61ab1a23a69bc0c340fde Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 26 Aug 2024 18:34:16 +0300 Subject: [PATCH] fix typo --- app/controllers/templates_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/templates_controller.rb b/app/controllers/templates_controller.rb index 766b5c4e..f973831a 100644 --- a/app/controllers/templates_controller.rb +++ b/app/controllers/templates_controller.rb @@ -123,7 +123,7 @@ class TemplatesController < ApplicationController if template.account == current_account redirect_to(edit_template_path(@template)) else - redirect_back(fallback_location: root_path, notice: 'Template has been clonned') + redirect_back(fallback_location: root_path, notice: 'Template has been cloned') end end