diff options
Diffstat (limited to 'app/services/concerns/exclusive_lease_guard.rb')
-rw-r--r-- | app/services/concerns/exclusive_lease_guard.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/concerns/exclusive_lease_guard.rb b/app/services/concerns/exclusive_lease_guard.rb index f102e00d150..03e8cecc723 100644 --- a/app/services/concerns/exclusive_lease_guard.rb +++ b/app/services/concerns/exclusive_lease_guard.rb @@ -16,7 +16,7 @@ module ExclusiveLeaseGuard lease = exclusive_lease.try_obtain unless lease - log_error('Cannot obtain an exclusive lease. There must be another instance already in execution.') + log_error(_('Cannot obtain an exclusive lease. There must be another instance already in execution.')) return end |