Skip to content

Commit

Permalink
Minor: label change
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Oct 19, 2023
1 parent 9a1457c commit e51c6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e51c6b0

Please sign in to comment.