Commit b2d85e3a authored by Douwe Maan's avatar Douwe Maan

Change tooltip wording

parent 6e799317
......@@ -12,7 +12,7 @@ module PathLocksHelper
"Locked by #{file_lock.user.name}"
else
# Nested lock
"#{file_lock.user.name} locked #{file_lock.path}"
"#{file_lock.user.name} has a lock on \"#{file_lock.path}\""
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment