@@ -21,35 +21,35 @@ allImages.addEventListener('click', function() {
21
21
camera . addEventListener ( 'click' , function ( ) {
22
22
countTitle . style . display = "flex" ;
23
23
countTitle . style . visibility = "visible" ;
24
- countTitle . textContent = "Найдено 3 совпадений " ;
24
+ countTitle . textContent = "Знайдено 3 співпадіння " ;
25
25
} )
26
26
27
27
headphone . addEventListener ( 'click' , function ( ) {
28
28
countTitle . style . display = "flex" ;
29
29
countTitle . style . visibility = "visible" ;
30
- countTitle . textContent = "Найдено 4 совпадений " ;
30
+ countTitle . textContent = "Знайдено 4 співпадіння " ;
31
31
} )
32
32
33
33
mobile . addEventListener ( 'click' , function ( ) {
34
34
countTitle . style . display = "flex" ;
35
35
countTitle . style . visibility = "visible" ;
36
- countTitle . textContent = "Найдено 5 совпадений " ;
36
+ countTitle . textContent = "Знайдено 5 співпадіння " ;
37
37
} )
38
38
39
39
sho . addEventListener ( 'click' , function ( ) {
40
40
countTitle . style . display = "flex" ;
41
41
countTitle . style . visibility = "visible" ;
42
- countTitle . textContent = "Найдено 4 совпадения " ;
42
+ countTitle . textContent = "Знайдено 4 співпадіння " ;
43
43
} )
44
44
45
45
watch . addEventListener ( 'click' , function ( ) {
46
46
countTitle . style . display = "flex" ;
47
47
countTitle . style . visibility = "visible" ;
48
- countTitle . textContent = "Найдено 4 совпадения " ;
48
+ countTitle . textContent = "Знайдено 4 співпадіння " ;
49
49
} )
50
50
51
51
computer . addEventListener ( 'click' , function ( ) {
52
52
countTitle . style . display = "flex" ;
53
53
countTitle . style . visibility = "visible" ;
54
- countTitle . textContent = "Найдено 4 совпадения " ;
55
- } )
54
+ countTitle . textContent = "Знайдено 4 співпадіння " ;
55
+ } )
0 commit comments