Skip to content

Commit d874519

Browse files
authored
Merge pull request #8 from PicOrdi/master
Fix the display of the "AnyDesk" title on the OCS console
2 parents 400acf8 + 649fefc commit d874519

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cd_anydesk/cd_anydesk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$ajax=false;
2020
}
2121

22-
print_item_header($l->g(25000));
22+
print_item_header($l->g(28000));
2323

2424
if (!isset($protectedPost['SHOW'])){
2525
$protectedPost['SHOW'] = 'NOSHOW';

hook.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</hook>
77
<hook type="cdentry">
88
<identifier>cd_anydesk</identifier>
9-
<translation>25000</translation>
9+
<translation>28000</translation>
1010
<category>other</category>
1111
<available>anydesk</available>
1212
</hook>

language/en_GB/en_GB.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25000 Anydesk
1+
28000 Anydesk

language/fr_FR/fr_FR.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25000 Anydesk
1+
28000 Anydesk

0 commit comments

Comments
 (0)