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 class="item" data-tab="preferences">
|
||||
<div class="ui small header"><?= __('Preferences') ?></div>
|
||||
<p><?= __('Improve your withthis experience') ?></p>
|
||||
<p><?= __('Improve your wishthis experience') ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -65,7 +65,7 @@ $page->navigation();
|
|||
|
||||
<div class="ui segment">
|
||||
<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">
|
||||
<button class="ui orange button"
|
||||
|
|
Loading…
Reference in a new issue