Skip to content

Commit d3acc18

Browse files
author
cfoe
committed
added missing lang string vm_id_txt to en + de language files
1 parent 0736d91 commit d3acc18

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
$wb['list_head_txt'] = 'OpenVZ IP-Adressen';
33
$wb['server_id_txt'] = 'Server';
4+
$wb['vm_id_txt'] = 'VM';
45
$wb['ip_address_txt'] = 'IP-Adresse';
56
$wb['reserved_txt'] = 'Reserviert';
67
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
$wb["list_head_txt"] = 'OpenVZ IP addresses';
33
$wb["server_id_txt"] = 'Server';
4+
$wb['vm_id_txt'] = 'VM';
45
$wb["ip_address_txt"] = 'IP address';
56
$wb["reserved_txt"] = 'Reserved';
67
?>

0 commit comments

Comments
 (0)