mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
on/at convention fix
This commit is contained in:
parent
ac4b090560
commit
9595f434d0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue