Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address review
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jun 1, 2023
commit 04ffa010b04137e01992bc71736a8f210c325383
2 changes: 1 addition & 1 deletion templates/page.apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
?>
<div class="page" data-title="<?php p($l->t('Extend your cloud')); ?>" data-subtitle="">
<div class="content content-apps">
<h2><?php p($l->t('Extend with apps')); ?></h2>
<h2><?php p($l->t('Extend your cloud')); ?></h2>
</div>
<div class="image"><img src="<?php p(image_path('firstrunwizard', 'appstore.svg')); ?>" /></div>
<div class="description">
Expand Down
2 changes: 1 addition & 1 deletion templates/page.clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div class="page" data-title="<?php p($l->t('Stay in sync')); ?>" data-subtitle="">
<div class="content content-clients">
<h2><?php p($l->t('Connect with desktop and mobile')); ?></h2>
<h2><?php p($l->t('Stay in sync')); ?></h2>
<p><?php p($l->t('Nextcloud gives you access to your files wherever you are.')); ?><br />
<?php p($l->t('Our easy to use desktop and mobile clients are available for all major platforms at zero cost!')); ?></p>
<div class="description-block">
Expand Down
2 changes: 1 addition & 1 deletion templates/page.final.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
?>

<div class="page page-final" data-title="<?php p($l->t('Get help')); ?>" data-subtitle="">
<div class="page page-final" data-title="<?php p($l->t('Get support or participate')); ?>" data-subtitle="">
<div class="content content-final">
<h2><?php p($l->t('Get support or participate')); ?></h2>
</div>
Expand Down