This commit is contained in:
Pete Matsyburka
2024-08-26 18:34:16 +03:00
parent 66dd87b290
commit 8fecf94a28
+1 -1
View File
@@ -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