|
39 | 39 | <ul> |
40 | 40 | <li> |
41 | 41 | <a class="pdf" target="_blank" href="https://github.com/postcodeservice/tig-extension-tig-postcode-magento2" |
42 | | - title="<?= $block->escapeHtml(__('View the user manual on Github.')); |
| 42 | + title="<?= $block->escapeHtml(__('View the user manual on Github')); |
43 | 43 | ?>"> |
44 | 44 | <?= $block->escapeHtml(__('User manual')); ?> |
45 | 45 | <img |
|
54 | 54 | </li> |
55 | 55 | <li> |
56 | 56 | <a target="_blank" href="https://github.com/postcodeservice/postcode-magento2/releases" |
57 | | - title="<?= $block->escapeHtml(__('View the complete release notes of the extension.')); ?>"> |
| 57 | + title="<?= $block->escapeHtml(__('View the complete release notes of the extension')); ?>"> |
58 | 58 | <?= $block->escapeHtml(__('Full Release Notes')); ?> |
59 | 59 | <img class="external_link" |
60 | 60 | src="<?= |
|
69 | 69 | </ul> |
70 | 70 | </div> |
71 | 71 |
|
72 | | - <h3><?= $block->escapeHtml(__('Legend of colors')); ?></h3> |
| 72 | + <h3><?= $block->escapeHtml(__('Legend of colors vertical bar')); ?></h3> |
73 | 73 | <div> |
74 | 74 | <ul id="legend"> |
75 | 75 | <li class="disabled"> |
76 | 76 | <span class="img"></span> |
77 | | - <span class="text"><?= $block->escapeHtml(__('Extension status')); ?>: </span> |
78 | | - <span class="status"><?= $block->escapeHtml(__('Disabled')); ?></span> |
| 77 | + <span class="text"><?= $block->escapeHtml(__('The extension is turned off')); ?></span> |
79 | 78 | </li> |
80 | 79 | <li class="test"> |
81 | 80 | <span class="img"></span> |
82 | | - <span class="text"><?= $block->escapeHtml(__('Extension status')); ?>: </span> |
83 | | - <span class="status"><?= $block->escapeHtml(__('Test Mode')); ?></span> |
| 81 | + <span class="text"><?= $block->escapeHtml(__('The extension is in Test Modus')); ?></span> |
84 | 82 | </li> |
85 | 83 | <li class="live"> |
86 | 84 | <span class="img"></span> |
87 | | - <span class="text"><?= $block->escapeHtml(__('Extension status')); ?>: </span> |
88 | | - <span class="status"><?= $block->escapeHtml(__('Live Mode')); ?></span> |
| 85 | + <span class="text"><?= $block->escapeHtml(__('The extension is in Live Modus')); ?></span> |
89 | 86 | </li> |
90 | 87 | </ul> |
91 | 88 | </div> |
|
0 commit comments