Skip to content

Commit

Permalink
Merge pull request #71 from mdeweerd/typo/google_analytics
Browse files Browse the repository at this point in the history
Fix typo (analytics)
  • Loading branch information
eldy authored Oct 7, 2024
2 parents 7f9e340 + 8e3d29f commit 777aeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/google/lib/google.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function googleadmin_prepare_head()
$dolibarrversionok=array(3,1,-2);
if (versioncompare($dolibarrversionarray, $dolibarrversionok) >= 0) {
$head[$h][0] = dol_buildpath("/google/admin/google_an.php", 1);
$head[$h][1] = $langs->trans("Analitycs");
$head[$h][1] = $langs->trans("Analytics");
$head[$h][2] = 'tabanalytics';
$h++;
}
Expand Down

0 comments on commit 777aeef

Please sign in to comment.