refactor: fix translator instruction
This commit is contained in:
parent
092168e845
commit
2222dbd8e5
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ $page->navigation();
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php
|
<?php
|
||||||
/** TRANSLATORS: Changelog: Fixed */
|
/** TRANSLATORS: Changelog: Changed */
|
||||||
echo __('Decreased wish height on mobile devices');
|
echo __('Decreased wish height on mobile devices');
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue