on/at convention fix

This commit is contained in:
Giga Chubinidze 2023-02-05 23:00:20 +04:00
parent ac4b090560
commit 9595f434d0
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ class StepSerializer < ActiveModel::Serializer
urls_list
end
def created_on
def created_at
object.created_at.strftime('%B %d, %Y at %H:%M')
end

View file

@ -2814,7 +2814,7 @@ en:
component_duplicated: "Step content duplicated successfully."
step_duplication_failed: "Step could not be duplicated, try again later."
component_duplication_failed: "Step content could not be duplicated, try again later."
timestamp: "Created on %{date} by %{user}"
timestamp: "Created at %{date} by %{user}"
status:
complete: "Mark as done"
uncomplete: "Unmark as done"