diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-27 16:31:04 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-27 16:31:04 +0200 |
commit | 7a8bfeae6e57685b76ad19fa1776e925f965e035 (patch) | |
tree | f9f821cf09be34d81516f54ea67dc2c813e3846c /lib | |
parent | b6612ef04acba99f6066482da933ece4b982dfd9 (diff) | |
download | nextcloud-server-7a8bfeae6e57685b76ad19fa1776e925f965e035.tar.gz nextcloud-server-7a8bfeae6e57685b76ad19fa1776e925f965e035.zip |
Grammatical fixes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index 3a56a2f8b98..d425706e8ed 100644 --- a/lib/base.php +++ b/lib/base.php @@ -14,7 +14,7 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU AFFERO GENERAL PUBLIC LICENSE for more details. - * + *t * You should have received a copy of the GNU Affero General Public * License along with this library. If not, see <http://www.gnu.org/licenses/>. * @@ -721,7 +721,7 @@ class OC { header('Status: 400 Bad Request'); OC_Template::printErrorPage( $l->t('You are accessing the server from an untrusted domain.'), - $l->t('Please contact your administrator. If you are the administrator of this instance configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.') + $l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.') ); return; } |