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