Skip to content
Snippets Groups Projects
Verified Commit b2b62e8f authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Improve language slightly when without changes

parent c59870c3
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ module Actions ...@@ -29,7 +29,8 @@ module Actions
out += if changes.any? out += if changes.any?
"#{changes.count} templates changed" "#{changes.count} templates changed"
else else
'no changes to affected templates' location = self.class == TemplateImportAction ? 'local' : 'remote'
"no changes to #{location} templates"
end end
out += if exceptions.any? out += if exceptions.any?
......
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