mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
6 lines
159 B
PHP
6 lines
159 B
PHP
<?php
|
|
require_once('view/en-gb/strings.php');
|
|
App::$strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful";
|
|
|
|
|