diff --git a/src/templates/attract/shots/view_shot_embed.jade b/src/templates/attract/shots/view_shot_embed.jade index ba8e0b3..93f6122 100644 --- a/src/templates/attract/shots/view_shot_embed.jade +++ b/src/templates/attract/shots/view_shot_embed.jade @@ -66,7 +66,7 @@ .table.item-properties .table-body .table-row - .table-cell Last update + .table-cell Last Update .table-cell(title="{{ shot._updated }}") span(role='button', data-toggle='collapse', @@ -78,19 +78,19 @@ | Created on {{ shot._created | pretty_date_time }} .table-row - .table-cell Used in edit - .table-cell(title="Whether this shot is used in the edit.") + .table-cell Used in Edit + .table-cell.text-capitalize(title="Whether this shot is used in the edit.") | {{ shot.properties.used_in_edit | yesno('yes,no,yes') }} .table-row .table-cell Cut-in .table-cell(title="Frame number of the first visible frame of this shot.") | at frame {{ shot.properties.cut_in_timeline_in_frames }} .table-row - .table-cell Trim start + .table-cell Trim Start .table-cell(title="How many frames were trimmed off the start of the shot in the edit.") | {{ shot.properties.trim_start_in_frames }} frames .table-row - .table-cell Duration in edit + .table-cell Duration in Edit .table-cell(title="Duration of the visible part of this shot.") | {{ shot.properties.duration_in_edit_in_frames }} frames