From 49cb8a7bcb837fee020e4e77d58aed7fb5846e50 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 29 Dec 2022 19:28:02 +0800 Subject: [PATCH] * Fix bug #31328. --- module/zahost/lang/de.php | 2 +- module/zahost/lang/en.php | 2 +- module/zahost/lang/fr.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/zahost/lang/de.php b/module/zahost/lang/de.php index 453b0bf5da..08c292dcf8 100644 --- a/module/zahost/lang/de.php +++ b/module/zahost/lang/de.php @@ -39,7 +39,7 @@ $lang->zahost->os = 'System'; $lang->zahost->imageName = 'Image File'; $lang->zahost->browseImage = 'Image List'; -$lang->zahost->createZanode = 'Create Zanode'; +$lang->zahost->createZanode = 'Create Node'; $lang->zahost->initNotice = 'Save successfully, initialize the ZAhost or return list'; $lang->zahost->createZanodeNotice = 'Initialization successful, ready to create the zanode'; $lang->zahost->downloadImageNotice = 'Initialization successful, download the image to create zanode'; diff --git a/module/zahost/lang/en.php b/module/zahost/lang/en.php index 453b0bf5da..08c292dcf8 100644 --- a/module/zahost/lang/en.php +++ b/module/zahost/lang/en.php @@ -39,7 +39,7 @@ $lang->zahost->os = 'System'; $lang->zahost->imageName = 'Image File'; $lang->zahost->browseImage = 'Image List'; -$lang->zahost->createZanode = 'Create Zanode'; +$lang->zahost->createZanode = 'Create Node'; $lang->zahost->initNotice = 'Save successfully, initialize the ZAhost or return list'; $lang->zahost->createZanodeNotice = 'Initialization successful, ready to create the zanode'; $lang->zahost->downloadImageNotice = 'Initialization successful, download the image to create zanode'; diff --git a/module/zahost/lang/fr.php b/module/zahost/lang/fr.php index 453b0bf5da..08c292dcf8 100644 --- a/module/zahost/lang/fr.php +++ b/module/zahost/lang/fr.php @@ -39,7 +39,7 @@ $lang->zahost->os = 'System'; $lang->zahost->imageName = 'Image File'; $lang->zahost->browseImage = 'Image List'; -$lang->zahost->createZanode = 'Create Zanode'; +$lang->zahost->createZanode = 'Create Node'; $lang->zahost->initNotice = 'Save successfully, initialize the ZAhost or return list'; $lang->zahost->createZanodeNotice = 'Initialization successful, ready to create the zanode'; $lang->zahost->downloadImageNotice = 'Initialization successful, download the image to create zanode';