diff options
Diffstat (limited to 'view/en-au/strings.php')
-rw-r--r-- | view/en-au/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en-au/strings.php b/view/en-au/strings.php index db383f50f..95f8c4e00 100644 --- a/view/en-au/strings.php +++ b/view/en-au/strings.php @@ -1,5 +1,5 @@ <?php require_once('view/en-gb/strings.php'); -$a->strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful"; +App::$strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful"; |