Skip to content

Commit 1ac8cc2

Browse files
committed
proper keyword for i18n support
1 parent 512f0f6 commit 1ac8cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_backup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<td>
173173
<?php
174174
if ( $i == 1) {
175-
echo __('one archive');
175+
echo __('1 archive');
176176
} else {
177177
echo __('%s archives',$i);
178178
}

0 commit comments

Comments
 (0)