mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Minor: label change
This commit is contained in:
parent
9a1457c6c8
commit
e51c6b0968
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user