fix i18n typos
This commit is contained in:
committed by
Oleksandr Turchyn
parent
c717293306
commit
8b035f80b3
@@ -57,7 +57,7 @@ class SubmissionsController < ApplicationController
|
||||
if params[:permanently].present?
|
||||
@submission.destroy!
|
||||
|
||||
I18n.t('submission_has_been_deleted')
|
||||
I18n.t('submission_has_been_removed')
|
||||
else
|
||||
@submission.update!(archived_at: Time.current)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user