issue #1706 change some language keys to english

This commit is contained in:
Fabian Palacios
2022-08-20 09:35:15 -05:00
committed by GitHub
parent 870f1a8129
commit e909cb19bb
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -147,12 +147,12 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
<div class="AddAlbumRadioInput">
<input type="radio" id="place-start"
name="position" value="first" {if "first" == {$POS_PREF}} checked {/if}>
<label for="place-start">{'Placer au début'|translate}</label>
<label for="place-start">{'Place first'|translate}</label>
</div>
<div class="AddAlbumRadioInput">
<input type="radio" id="place-end"
name="position" value="last" {if "last" == {$POS_PREF}} checked {/if}>
<label for="place-end">{'Placer à la fin'|translate}</label>
<label for="place-end">{'Place last'|translate}</label>
</div>
</div>
</div>