]> git.proxmox.com Git - pve-installer.git/blobdiff - proxinstall
ack screen: show real country name instead of 2 letter code
[pve-installer.git] / 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,