Fix spelling
This commit is contained in:
parent
da2e32c2f7
commit
d575aa8289
2 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ $page->navigation();
|
||||||
</div>
|
</div>
|
||||||
<div class="item" data-tab="preferences">
|
<div class="item" data-tab="preferences">
|
||||||
<div class="ui small header"><?= __('Preferences') ?></div>
|
<div class="ui small header"><?= __('Preferences') ?></div>
|
||||||
<p><?= __('Improve your withthis experience') ?></p>
|
<p><?= __('Improve your wishthis experience') ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -311,7 +311,7 @@ $page->navigation();
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
<p><?= __('In order to improve the user experience of wishthis, newer versions are published after an extensive testing period.') ?></p>
|
<p><?= __('In order to improve the user experience of wishthis, newer versions are published after an extensive testing period.') ?></p>
|
||||||
<p><?= __('Subscribing to the Stable channel ensures you have the highest possible stability while using wishthis, minimizing the amount of errors you may encounter (if any).') ?></p>
|
<p><?= __('Subscribing to the Stable channel ensures you have the highest possible stability while using wishthis, minimizing the amount of errors you may encounter (if any).') ?></p>
|
||||||
<p><?= __('If you want to speed up the release of newer versions, consider subscribing to the Release candidate of wishthis. A newer version is not published unless at least 5% of the wishthis userbase have tested the next release candidate.') ?></p>
|
<p><?= __('If you want to speed up the release of newer versions, consider subscribing to the Release candidate of wishthis. A newer version is not published unless at least 5% of the wishthis user base have tested the next release candidate.') ?></p>
|
||||||
|
|
||||||
<div class="ui primary progress" data-value="<?= $count_users_rc ?>" data-total="<?= $count_users_5 ?>">
|
<div class="ui primary progress" data-value="<?= $count_users_rc ?>" data-total="<?= $count_users_5 ?>">
|
||||||
<div class="bar">
|
<div class="bar">
|
||||||
|
|
|
@ -65,7 +65,7 @@ $page->navigation();
|
||||||
|
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
<h2 class="ui header"><?= __('Database migration') ?></h2>
|
<h2 class="ui header"><?= __('Database migration') ?></h2>
|
||||||
<p><?= __('Thank you for updating withthis! To complete this update, some changes are required to the database structure.') ?></p>
|
<p><?= __('Thank you for updating wishthis! To complete this update, some changes are required to the database structure.') ?></p>
|
||||||
|
|
||||||
<form class="ui form" method="post">
|
<form class="ui form" method="post">
|
||||||
<button class="ui orange button"
|
<button class="ui orange button"
|
||||||
|
|
Loading…
Reference in a new issue