Skip to content

Commit

Permalink
Rename "Thymestamp" to "Timestamp"
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Mar 22, 2024
1 parent 5b4a69e commit 5edfb83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/commontator/comments/_body.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<%= commontator_simple_format comment.body %>

<!--- Show thymestamps in comments that have a linked annotation --->
<!--- Show timestamps in comments that have a linked annotation --->
<% annotation = comment.annotation %>
<% unless annotation.nil? %>
<% medium = annotation.medium %>
<% timestamp = annotation.timestamp %>
<br>
Thymestamp:
Timestamp:
<a href= '<%= Rails.application.routes.url_helpers.play_medium_path(medium) %>?time=<%= timestamp.total_seconds %>'>
<%= timestamp.hms_colon_string %> </a>
<% end %>
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ en:
Before submitting, please also check, if someone already posted
a comment concerning this mistake.
one_close_annotation: >
Note there is already a mistake annotation around this Thymestamp.
Note there is already a mistake annotation around this timestamp.
multiple_close_annotations_1: "Note there are already "
multiple_close_annotations_2: " mistake annotations close to yours."
permission: "You don't have the permission to edit this annotation."
Expand Down

0 comments on commit 5edfb83

Please sign in to comment.