From e51c6b0968c4af50e28c1d7f4db5ac72c4cf84b2 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 19 Oct 2023 18:18:14 +0200 Subject: [PATCH] Minor: label change --- includes/provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/provider.php b/includes/provider.php index fce7e8dd..bb84debd 100755 --- a/includes/provider.php +++ b/includes/provider.php @@ -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;