Minor: label change

This commit is contained in:
billz 2023-10-19 18:18:14 +02:00
parent 9a1457c6c8
commit e51c6b0968

View file

@ -240,7 +240,7 @@ function getAccountInfo($id, $binPath, $providerName)
exec("sudo $binPath $cmd", $acct);
$accountInfo = stripArtifacts($acct);
if (empty($accountInfo)) {
$msg = sprintf(_("Account details not available from %s's Linux CLI."), $providerName);
$msg = sprintf(_("Account information not available from %s's Linux CLI."), $providerName);
$accountInfo[] = $msg;
}
return $accountInfo;