]> git.proxmox.com Git - pve-installer.git/commitdiff
ack screen: show real country name instead of 2 letter code
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Dec 2018 10:25:37 +0000 (11:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Dec 2018 10:25:37 +0000 (11:25 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall

index 9ac864b9fb78dbf52bb663f4dd1f3f902bfef388..ae4d1fed2d10bc096c477408f5f54b71c8e8ae46 100755 (executable)
@@ -2198,7 +2198,7 @@ sub create_ack_view {
     my %config_values = (
        __target_hd__ => $target_hd,
        __target_fs__ => $config_options->{filesys},
-       __country__ => $country,
+       __country__ => $cmap->{country}->{$country}->{name},
        __timezone__ => $timezone,
        __keymap__ => $keymap,
        __mailto__ => $mailto,