mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
7 lines
189 B
PHP
7 lines
189 B
PHP
<?php
|
|
/*
|
|
* Template for Apps when can't connect to app store
|
|
*/
|
|
?>
|
|
<h1><?php echo $l->t( 'Apps Repository' ); ?></h1>
|
|
<h2><?php echo $l->t( 'Cannot connect to apps repository' ); ?></h2>
|