fix i18n typos

This commit is contained in:
Oleksandr Turchyn
2024-09-23 11:38:08 +03:00
committed by Oleksandr Turchyn
parent c717293306
commit 8b035f80b3
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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)