Skip to content

Commit 2321d1b

Browse files
authored
Update resources/assets/js/videos/components/videoScreen.vue
1 parent 90dd4cc commit 2321d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/js/videos/components/videoScreen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
</control-button>
230230
<control-button
231231
icon="icon-wholeframe"
232-
:title="(singleAnnotation ? 'Draw a whole frame' : 'Start a whole frame annotation') + ' 𝗛'"
232+
:title="(singleAnnotation ? 'Create a whole frame annotation' : 'Start a whole frame annotation') + ' 𝗛'"
233233
:hover="false"
234234
:open="isDrawingWholeFrame"
235235
:active="isDrawingWholeFrame"

0 commit comments

Comments
 (0)