diff --git a/cvat/apps/engine/static/engine/js/userConfig.js b/cvat/apps/engine/static/engine/js/userConfig.js
index e592c4b513f9..4e8d5b1f42f3 100644
--- a/cvat/apps/engine/static/engine/js/userConfig.js
+++ b/cvat/apps/engine/static/engine/js/userConfig.js
@@ -24,7 +24,7 @@ class Config {
switch_occluded_property: {
value: 'q,/'.split(','),
- view_value: 'Q or Num Devision',
+ view_value: 'Q or Num Division',
description: 'switch occluded property for active shape',
},
@@ -67,7 +67,7 @@ class Config {
change_shape_color: {
value: 'enter',
view_value: 'Enter',
- description: 'change color for highligted shape',
+ description: 'change color for highlighted shape',
},
change_player_brightness: {
@@ -211,7 +211,7 @@ class Config {
switch_paste: {
value: 'ctrl+v',
view_value: 'Ctrl + V',
- description: 'swich paste mode',
+ description: 'switch paste mode',
},
switch_aam_mode: {
@@ -332,7 +332,7 @@ class Config {
reset_zoom: {
value: 'false',
- description: 'reset frame zoom when move beetween the frames',
+ description: 'reset frame zoom when move between the frames',
},
enable_auto_save: {
diff --git a/cvat/apps/engine/templates/engine/annotation.html b/cvat/apps/engine/templates/engine/annotation.html
index 340efefffb34..05774cd3ef28 100644
--- a/cvat/apps/engine/templates/engine/annotation.html
+++ b/cvat/apps/engine/templates/engine/annotation.html
@@ -216,10 +216,10 @@
*[type="polygon"] - only polygon objects
car[occluded="true"] - only occluded cars
*[lock!="true"] - only unlocked tracks
- person[attr/age>="25" and attr/age<="35"] - persons with age (number) beetween [25,40] years
+ person[attr/age>="25" and attr/age<="35"] - persons with age (number) between [25,40] years
car[attr/parked="true"] - only parked cars
person[attr/race="asian"] | car[attr/model="bmw"] - asians and BMW cars
- face[attr/glass="sunglass" or attr/glass="no"] - faces with sunglass or without glass
+ face[attr/glass="sunglasses" or attr/glass="no"] - faces with sunglasses or without glass
*[attr/*="__undefined__"] - any tracks with any unlabeled attributes
*[width<300 or height<300] - shapes with height or width less than 300px
person[width>300 and height<200] - person shapes with width > 300px and height < 200px